Skip to content

NET_SDK_FindEventClose

Interface Definition

1
2
BOOL NET_SDK_FindEventClose(
    POINTERHANDLE lFindHandle);
1
2
public static extern bool NET_SDK_FindEventClose(
    POINTERHANDLE lFindHandle);

Function Description

Disable searching for video files based on events to release resources.

Parameter Description

Parameters Type Remark
lFindHandlein POINTERHANDLE File search handle, the return value of NET_SDK_FindEvent.

Return Value

  • type:BOOL

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

Remarks

None

Error Code