NET_SDK_FindLogClose¶
Interface Definition¶
1 2 | |
1 2 | |
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