Skip to content

NET_SDK_UnlockFile

Interface Definition

1
2
3
4
BOOL NET_SDK_UnlockFile(
    LONG lUserID,
    NET_SDK_REC_FILE* pFileToUnlock,
    LONG fileNum);
1
2
3
4
public static extern Boolean NET_SDK_UnlockFile(
    Int32 lUserID,
    IntPtr pFileToUnlock,
    Int32 fileNum);

Function Description

Unlock video files (only supports DVR).

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
pFileToUnlockin NET_SDK_REC_FILE* File unlock pointer.
fileNumin LONG Number of files.

Return Value

  • type:BOOL

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

Remarks

None

Error Code