Share via


IInternetProtocolSinkStackable (Windows Embedded CE 6.0)

1/6/2010

This interface allows a pluggable MIME filter to be added to an existing filter at run time.

The following table shows this interface's methods.

Method Description

IInternetProtocolSinkStackable::CommitSwitch

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

IInternetProtocolSinkStackable::RollbackSwitch

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

IInternetProtocolSinkStackable::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

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Asynchronous Pluggable Protocols Interfaces