URL Moniker Services Application Development (Windows Embedded CE 6.0)

1/6/2010

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 Internet Explorer Embedded.

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).

In This Section

  • 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.
  • URL Moniker Services
    Provides links to topics that contain information about URL Moniker Services support in 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.
  • Using Asynchronous Pluggable Protocols
    Describes asynchronous pluggable protocols you can use to create pluggable protocol handlers, MIME filters, and namespace handlers that work with URL monikers in Internet Explorer.

See Also

Other Resources

URL Moniker Services