NET_SDK_FindNextRecDate¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Get the found video files one by one.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lFindHandlein | POINTERHANDLE | File search handle, the return value of NET_SDK_FindFile. |
| lpRecDatein | DD_DATE* | Video recording date, see DD_DATE. |
Return Value¶
-
type:LONG
-
remark:-1 indicates failure, and other values indicate the current acquisition status and other information, corresponding to the value in
NET_SDK_ERROR.
Remarks¶
None