IInternetProtocolSinkStackable (Windows CE 5.0)
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
Send Feedback on this topic to the authors