Contents Index Topic Contents | ||
Previous Topic: IInternetProtocolRoot::Terminate Next Topic: IInternetProtocolSink::ReportProgress |
IInternetProtocolSink::ReportData
HRESULT ReportData( [in] DWORD grfBSCF, [in] ULONG ulProgress, [in] ULONG ulProgressMax );Reports the amount of data that is available on the thread.
- Returns S_OK if successful, or E_FAIL if called after an IInternetProtocolRoot::Abort call.
- grfBSCF
- 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
- Unsigned long integer value that indicates the progress made so far.
- ulProgressMax
- Unsigned long integer value that indicates the total amount of work to be done.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.