IInternetProtocolSink (Windows Embedded CE 6.0)
1/6/2010
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 |
---|---|
Reports the amount of data that is available on the thread. |
|
Reports progress made during a state operation. |
|
Reports the result of the operation when called on any thread. |
|
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
Header | urlmon.h, urlmon.idl |
Library | urlmon.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |