Share

CNavDialog::ReportURLTransferStatus

C++

virtual BOOL ReportURLTransferStatus(
    CDWordArray& dwErrorArray, 
    CStringArray& strURLs, 
    CStringArray& strLocals
);

Description

Reports errors on downloading remote files. Returns true on success and false on failure.

Parameters

Parameters Description
dwErrorArray Array of error codes
strURLs Target URLs
strLocals Array of local files corresponding to the target URLs

Links

CNavDialog Class

Was this information helpful?