Skip to content

NET_SDK_ModifyIntegrateUser

Interface Definition

1
2
3
4
BOOL NET_SDK_ModifyIntegrateUser(
    LONG lUserID,
    char* sUserName,
    char* sPassword);
1
2
3
4
public static extern Boolean NET_SDK_ModifyIntegrateUser(
    Int32 lUserID,
    string sUserName,
    string sPassword);

Function Description

Modify Onvif user information (not supported by DVR), only modify the password.

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
sUserNamein char* Onvif account.
sPasswordin char* Password of the Onvif account.

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code