BACKUP_DATA_CALLBACK¶
回调定义¶
1 | |
功能描述¶
下载录像时数据回调。
参数说明¶
| 参数 | 类型 | 说明 |
|---|---|---|
| lFileHandlein | LONG | 下载句柄,NET_SDK_GetFileByTime、NET_SDK_GetFileByTimeEx、NET_SDK_GetFileByTimeExV2的返回值。 |
| dataTypein | UINT | 数据类型。 |
| pBufferin | BYTE* | 录像文件数据。 |
| dataLenin | UINT | 数据长度。 |
| pUserin | void* | 用户自定义参数,在设置回调函数时传入。 |
返回值¶
无
备注¶
无