IInternetProtocolSink (Windows CE 5.0)
This interface receives the reports and binding data from the asynchronous pluggable protocol. It is a free-threaded interface and can be called from any thread.
The following table shows this interface's methods.
Method | Description |
---|---|
IInternetProtocolSink::ReportData | Reports the amount of data that is available on the thread. |
IInternetProtocolSink::ReportProgress | Reports progress made during a state operation. |
IInternetProtocolSink::ReportResult | Reports the result of the operation when called on any thread. |
IInternetProtocolSink::Switch | Passes data from an asynchronous pluggable protocol's worker thread intended for the same asynchronous pluggable protocol's apartment thread. |
Remarks
This interface is implemented by client applications interacting directly with an asynchronous pluggable protocol and pluggable MIME filters.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
Send Feedback on this topic to the authors