NET_SDK_GetUserGroups¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
Get the user group information of the device (supports only N9000).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pUserGroupout | NET_SDK_USER_GROUP* | User group information. |
| groupNumout | DWORD& | The actual number of user groups returned. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None