Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Reports progress made during a state operation.
Syntax
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 Value
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, since they are generated internally when the data arrives.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.