Compartir a través de


IInternetProtocolSink::ReportData (Windows CE 5.0)

Send Feedback

This method reports the amount of data that is available on the thread.

HRESULT ReportData(DWORD grfBSCF,ULONG ulProgress,ULONG ulProgressMax);

Parameters

  • grfBSCF
    [in] DWORD value that evaluates to a BSCF value that indicates the type of data available. BSCF_LASTDATANOTIFICATION indicates that all available data has been reported.
  • ulProgress
    [in] Unsigned long integer value that indicates the progress made so far.
  • ulProgressMax
    [in] Unsigned long integer value that indicates the total amount of work to be done.

Return Values

Returns S_OK if successful or E_FAIL if called after an IInternetProtocolRoot::Abort call.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

See Also

IInternetProtocolRoot::Abort

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.