Asynchronous Pluggable Protocol Reference

This section contains reference information for Asynchronous Pluggable Protocols.

Enumerations

BINDSTRING

Contains the values for the bind string types available for IInternetBindInfo::GetBindString.

OIBDG_FLAGS

Not supported.

PI_FLAGS

Contains the flags that control the asynchronous pluggable protocol handler.

Functions

CoInternetGetProtocolFlags

Not implemented.

CoInternetGetSession

Creates a session that allows temporary asynchronous pluggable protocols to be implemented and returns the IInternetSession interface of the session.

Interfaces

ITargetFrame

Provides methods that are used to compress and uncompress data in a pluggable protocol.

IEncodingFilterFactory

Not implemented.

IInternet

Provides an implementation of the IUnknown interface, which enables client programs to determine if asynchronous pluggable protocols are supported. No additional methods are supported by this interface.

IInternetBindInfo

Implemented by the system; provides data that the protocol might require to bind successfully.

IInternetBindInfoEx

Extends IInternetBindInfo by providing additional data that the protocol might require.

IInternetPriority

Enables an application to set the priority of the requests that are sent to a pluggable protocol handler.

IInternetProtocol

Exposed by an asynchronous pluggable protocol; communicates with the IInternetProtocolSink interface during download operations.

IInternetProtocolEx

Exposes a method that communicates closely with the IInternetProtocolSink interface during download operations. This interface extends IInternetProtocol to add support for IUri

IInternetProtocolInfo

Provides information about the URL being handled by the protocol handler.

IInternetProtocolRoot

Controls the operation of an asynchronous pluggable protocol handler.

IInternetProtocolSink

Receives the reports and binding data from the asynchronous pluggable protocol.

IInternetProtocolSinkStackable

Enables a pluggable MIME filter to be added to an existing filter at run time.

IInternetSession

Implemented by the client application to create temporary pluggable protocol handlers.

IInternetThreadSwitch

Notifies the protocol handler that the moniker is being switched from one UI thread to another.

IWrappedProtocol

Not implemented.

Structures

PROTOCOLDATA

Contains state information about the protocol that is transparent to the transaction handler.

PROTOCOLFILTERDATA

Contains the IInternetProtocolSink and IInternetProtocol interfaces of the application calling a pluggable MIME filter.