FUNCTION UserMgrObjectRemoveGroup : RTS_IEC_RESULT
Remove a group from the specified object
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
UserMgrObjectRemoveGroup
|
RTS_IEC_RESULT
|
Error code
|
-
ERR_OK: Group could be removed
-
ERR_PARAMETER: Invalid handles
-
ERR_NO_ACCESS_RIGHTS: User not authorized
|
|
Input
|
hUser
|
RTS_IEC_HANDLE
|
Handle to authorized user
|
hObject
|
RTS_IEC_HANDLE
|
Handle to the object
|
hGroup
|
RTS_IEC_HANDLE
|
Handle to the group that should be removed
|
|