IInternetProtocolSink interface
Receives the reports and binding data from the asynchronous pluggable protocol.
Members
The IInternetProtocolSink interface inherits from the IUnknown interface. IInternetProtocolSink also has these types of members:
- Methods
Methods
The IInternetProtocolSink interface has these methods.
Method | Description |
---|---|
ReportData | Reports the amount of data that is available on the thread. |
ReportProgress | Reports progress made during a state operation. |
ReportResult | Reports the result of the operation when called on any thread. |
Switch | Passes data from a worker thread for an asynchronous pluggable protocol that is intended for the apartment thread of the same asynchronous pluggable protocol. |
Remarks
This interface is a free-threaded interface and can be called from any thread. It is implemented by client applications that interact directly with an asynchronous pluggable protocol and pluggable MIME filters.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |