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

IInternetProtocolSink::ReportData Method


Reports the amount of data that is available on the thread.

Syntax

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 Value

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

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.