NET_DVR_StopDownload

Stop downloading files.

API Definition

BOOL NET_DVR_StopDownload(
  LONG    lHandle
);

Parameters

lHandle

[IN] Handle for downloading files, which is returned by NET_DVR_StartDownload.

Return Values

Returns TRUE for success, and returns FALSE for failure.

If FALSE is returned, you can call NET_DVR_GetLastError to get the error code.