FUNCTION UserMgrLogout : RTS_IEC_RESULT
Logout specified by the user
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
UserMgrLogout
|
RTS_IEC_RESULT
|
Error code
|
-
ERR_OK: User is available and logout succeeded
-
ERR_PARAMETER: If user is not available
-
ERR_INVALID_HANDLE: hUser is invalid or unknown
|
|
Input
|
hUser
|
RTS_IEC_HANDLE
|
Handle to the user
|
|