NET_SDK_FindDVRLog¶
Interface Definition¶
1 2 3 4 5 | |
1 2 3 4 5 | |
Function Description¶
Find the device's log information (IPC is not supported).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| dwTypein | DWORD | Log type, refer to N9000_LOG_MAJOR_TYPE. |
| lpStartTimein | DD_TIME* | The start time of the file. |
| lpStopTimein | DD_TIME* | The end time of the file. |
Return Value¶
-
type:POINTERHANDLE
-
remark:-1 indicates failure, other values are used as the log handle for lookup.
Remarks¶
None