Skip to content

NET_SDK_FindLogClose

Interface Definition

1
2
BOOL NET_SDK_FindLogClose(
    POINTERHANDLE lLogHandle);
1
2
public static extern bool NET_SDK_FindLogClose(
    POINTERHANDLE lLogHandle);

Function Description

Release the resources used to find the log (IPC is not supported).

Parameter Description

Parameters Type Remark
lLogHandlein POINTERHANDLE Log search handle, the return value of NET_SDK_FindDVRLog.

Return Value

  • type:BOOL

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

Remarks

None

Error Code