NET_DVR_GetUploadResult

Get the uploaded data information.

API Definition

BOOL NET_DVR_GetUploadResult(
  LONG      lUploadHandle,
  LPVOID    lpOutBuffer,
  DWORD     dwOutBufferSize
);

Parameters

lUploadHandle

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

lpOutBuffer

[OUT] Buffer of uploaded data information, different uploading types (dwUploadType) correspond to different information.

dwOutBufferSize

[OUT] Buffer size

Return Value

Returns TRUE for success, and returns FALSE for failure.

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