Skip to content

NET_SDK_FindEventInfoClose

Interface Definition

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

Function Description

Search event information to close and release resources (only supports 3.0DVR).

Parameter Description

Parameters Type Remark
lEventHandlein POINTERHANDLE Event information search handle, the return value of NET_SDK_FindEventInfo.

Return Value

  • type:BOOL

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

Remarks

None

Error Code