Asynchronous pluggable protocols provide the capability to create custom URL protocols. This section covers the pluggable protocol functionality exported by the Urlmon.dll DLL.
Overviews/Tutorials
About Asynchronous Pluggable Protocols
Asynchronous pluggable protocols enable developers to create pluggable protocol handlers, MIME filters, and namespace handlers that work with Microsoft Internet Explorer 4.0 and later and a URL moniker. This article covers the pluggable protocol functionality exported by the Urlmon.dll DLL.
Asynchronous Pluggable Protocol Functions
This section lists the functions for Asynchronous Pluggable Protocols.
Asynchronous Pluggable Protocol Interfaces
Lists the interfaces for Asynchronous Pluggable Protocols.
Asynchronous Pluggable Protocol Overviews and Tutorials
This section contains overviews and tutorials for Asynchronous Pluggable Protocols.
Asynchronous Pluggable Protocol Reference
This section contains reference information for Asynchronous Pluggable Protocols.
Asynchronous Pluggable Protocol Structures
This section describes the structures that are exposed by Urlmon.dll.
Asynchronous Pluggable Protocol Enumerations
This section lists the enumerations for Asynchronous Pluggable Protocols.
Debugging Tips
This article provides tips for handling exceptions and understanding HRESULT error codes generated by pluggable protocols.
Registering an Application to a URL Protocol
The About Asynchronous Pluggable Protocols article describes how to develop handlers for new protocols. In some cases, it may be desirable to invoke another application to handle a custom protocol. To do so, register the existing application as a URL Protocol handler. Once the application has successfully launched, it can use command-line parameters to retrieve the URL that launched it.
Interfaces
IInternetProtocolEx
Exposes a method that communicates closely with the IInternetProtocolSink interface during download operations. This interface extends IInternetProtocol to add support for IUri
IInternetProtocolSinkStackable
Enables a pluggable MIME filter to be added to an existing filter at run time.
Functions
Structures
Enumerations