Contents Index Topic Contents | ||
Previous Topic: IInternetProtocolSink::ReportData Next Topic: IInternetProtocolSink::ReportResult |
IInternetProtocolSink::ReportProgress
HRESULT ReportProgress( [in] ULONG ulStatusCode, [in] LPCWSTR szStatusText );Reports progress made during a state operation.
- Returns S_OK if successful, or E_FAIL if called after an Abort operation.
- ulStatusCode
- BINDSTATUS value that indicates the status of the state operation.
- szStatusText
- String value that describes the status of the state operation.
Asynchronous pluggable protocol handlers should not generate the BINDSTATUS_BEGINDOWNLOADDATA, BINDSTATUS_ENDDOWNLOADDATA, and BINDSTATUS_DOWNLOADINGDATA reports, since they are generated internally when the data arrives.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.