设备网络SDK开发使用手册

NET_DVR_StopDownload

停止文件下载。

BOOL NET_DVR_StopDownload(
  LONG    lHandle
);

Parameters

lHandle
[in] 文件下载的句柄,NET_DVR_StartDownload的返回值

Return Values

TRUE表示成功,FALSE表示失败。接口返回失败请调用NET_DVR_GetLastError获取错误码,通过错误码判断出错原因。

See Also

NET_DVR_StartDownload