NET_SDK_GetSaveFileToUsbProcess¶
Interface Definition¶
1 2 3 4 5 | |
1 2 3 4 5 | |
Function Description¶
Get the status information of backing up video files to the USB disk.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pUsbBackProcessout | NET_SDK_USB_BACKUP_PROCESS_EX* | Status information of the backup. |
| lBuffSizein | unsigned int | The size of pUsbBackProcess. |
| taskCountout | unsigned int* | The number of backup tasks. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None