Click to return to the Networking, Protocols     
IInternetProtocolSink::Re...     IInternetProtocolSink::Re...     IInternetProtocolSink Int...    
Web Workshop  |  Networking, Protocols & Data Formats

IInternetProtocolSink::ReportProgress Method


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.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

See Also

IInternetProtocolSink



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.