IInternetProtocolSinkStackable interface

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

Members

The IInternetProtocolSinkStackable interface inherits from the IUnknown interface. IInternetProtocolSinkStackable also has these types of members:

  • Methods

Methods

The IInternetProtocolSinkStackable interface has these methods.

Method Description
CommitSwitch

Switches to the pluggable MIME filter designated by the IInternetProtocolSinkStackable::SwitchSink method.

RollbackSwitch

Switches back to the pluggable MIME filter that implemented this method.

SwitchSink

Designates the pluggable MIME filter to switch to.

 

Remarks

IInternetProtocolSinkStackable is an optional interface that can be implemented by a pluggable MIME filter.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Urlmon.h

IDL

Urlmon.idl

DLL

Urlmon.dll

See also

IInternetProtocolSink