Skip to content

NET_SDK_DeleteRecFile

Interface Definition

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

Function Description

Delete video files (only supports 3.0DVR).

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