IInternetSession (Windows Embedded CE 6.0)

1/6/2010

This interface is implemented by the client application to create temporary pluggable protocol handlers.

The following table shows this interface's methods.

Method Description

IInternetSession::RegisterMimeFilter

Registers a temporary pluggable MIME filter on the current process.

IInternetSession::RegisterNameSpace

Registers a temporary pluggable namespace handler on the current process.

IInternetSession::UnregisterMimeFilter

Unregisters a temporary pluggable MIME filter.

IInternetSession::UnregisterNameSpace

Unregisters a temporary pluggable namespace handler.

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