NET_DVR_UploadClose

Stop uploading files.

API Definition

BOOL NET_DVR_UploadClose(
  LONG    lUploadHandle
);

Parameters

lUploadHandle

[IN] Handle for uploading files, which is returned by NET_DVR_UploadFile_V40.

Return Values

Return TRUE for success, and return FALSE for failure.

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