Share via


IInternetProtocolSink::ReportProgress

Send Feedback

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 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

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib

See Also

IInternetProtocolSink

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.