8/28/2008 The URL Moniker Services (URLMON) API in Windows Embedded CE provides an easy-to-use framework for building and using Uniform Resource Locators (URLs).
Asynchronous pluggable protocols let you create custom URL protocols, pluggable protocol handlers, MIME filters, and namespace handlers that work with a URL moniker in Microsoft Internet Explorer 6 for Windows Embedded CE .
A URL security zone is a group of URL namespaces that are assigned an equal level of permission, or trust. Each URL action a browser could take that might pose a security risk to the local computer, for example running a MicrosoftActiveX® control, is assigned a URL policy. This URL policy reflects the level of trust given to the URL namespaces in that zone. The URL security zones API lets developers manage URL security zones and create custom URL security zone managers.
Hit logging allows content providers to collect information about activity on their Web sites. These log entries contain the URL of the resource, the browsing context, whether the information was viewed from the cache, the date viewed, the time that the viewing started, the duration it was viewed, and the custom information. The hit logging API allows Web developers to verify that hit logging is enabled and to write customized entries in the log.
This documentation assumes that you have an understanding of Microsoft Win32® programming and an understanding of OLE and COM programming. An understanding of the format and syntax of URLs is also required for using the Internet-related interfaces, methods, and functions. For more information, see RFC 1738, Uniform Resource Locators (URL).
- URLs, Namespaces, and Monikers
-
Defines URL, URL namespaces, and monikers that are used by COM to connect objects over a network
- Creating a URL Moniker
-
Provides information about how to create a URL moniker in an application
- Using the URL Moniker Functions
-
Provides sample code that shows the use of URL Moniker Services Functions
- Using Asynchronous Pluggable Protocols
-
Describes asynchronous pluggable protocols that enable you to create pluggable protocol handlers, MIME filters, and namespace handlers that work with URL monikers in Internet Explorer
- Hit Logging
-
Describes hit logging that you can use to collect information for content providers about activity on their pages
- URL Security Zones
-
Provides information about how you can use the URL security zones API to manage URL security zones and create custom URL security zone managers
For All Platforms:
- URL Moniker Services
-
Provides links to topics that contain information about URL Moniker Services support in Windows Embedded CE
For Windows Embedded CE:
- URL Moniker Services OS Design Development
-
Provides information about the components and modules that implement URL Moniker Services functionalities, Sysgen variables that enable these functionalities, and how to replace an Urlmon user interface