Skip to content

NET_SDK_ExitDVRConfig

Interface Definition

1
2
BOOL NET_SDK_ExitDVRConfig(
    LONG lUserID);
1
2
public static extern bool NET_SDK_ExitDVRConfig(
    int lUserID);

Function Description

Exit device configuration (only supports 3.0DVR).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.

Return Value

  • type:BOOL

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

Remarks

None

Error Code