NET_SDK_LockFile¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
Video file lock (only supports DVR).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pFileToLockin | NET_SDK_REC_FILE* | File lock pointer. |
| fileNumin | LONG | Number of files. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None