Click to return to the Networking, Protocols     
IInternetProtocolRoot::Te...     IInternetProtocolSink::Re...     Pluggable Protocol Interf...    
Web Workshop  |  Networking, Protocols & Data Formats

IInternetProtocolSink Interface


The IInternetProtocolSink 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.

This interface is implemented by client applications interacting directly with an asynchronous pluggable protocol and pluggable MIME filters.

IInternetProtocolSink Methods

ReportData Reports the amount of data that is available on the thread.
ReportProgress Reports progress made in a state operation.
ReportResult Reports the result of an operation on the thread.
Switch Passes data from an asynchronous pluggable protocol's worker thread intended for the same asynchronous pluggable protocol's apartment thread.

Interface Information

Implementation System (Urlmon.dll), Custom (pluggable MIME filter or an application that calls a pluggable protocol handler directly)
Inherits from IUnknown
Header and IDL files Urlmon.h, Urlmon.idl
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


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.