NET_SDK_ManageUser¶
Interface Definition¶
1 2 3 4 5 6 7 8 9 10 11 | |
1 2 3 4 5 6 7 8 9 10 11 | |
Function Description¶
User management (supported only by N9000).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| dwCommandin | DD_OPERATE_TYPE | The action to be performed. |
| userNamein | char* | Username. |
| groupGuidin | char* | User group guid. |
| groupNamein | char* | User group name. |
| passwordin | char* | User password. |
| emailin | char* | Mail. |
| allowModifyPwdin | BOOL | Whether to change the password. When it is TRUE, the password can be changed. |
| newNamein | char* | New username. |
| closePermissionCtrlin | BOOL | Whether to close the user's user permission control. TRUE means closed. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None