IInternetProtocolSink::ReportProgress (Windows CE 5.0)
This method reports progress made during a state operation.
HRESULT ReportProgress(ULONG ulStatusCode,LPCWSTR szStatusText);
Parameters
- ulStatusCode
[in] BINDSTATUS value that indicates the status of the state operation. - szStatusText
[in] String value that describes the status of the state operation.
Return Values
Returns S_OK if successful or E_FAIL if called after IInternetProtocolRoot::Abort.
Remarks
Asynchronous pluggable protocol handlers should not generate the BINDSTATUS_BEGINDOWNLOADDATA, BINDSTATUS_ENDDOWNLOADDATA, and BINDSTATUS_DOWNLOADINGDATA reports, because they are generated internally when the data arrives.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
See Also
Send Feedback on this topic to the authors