URLZONE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This enumeration contains all the predefined zones used by Microsoft® Internet Explorer.

Syntax

typedef enum tagURLZONE {
  URLZONE_PREDEFINED_MIN = 0,
  URLZONE_LOCAL_MACHINE = 0,
  URLZONE_INTRANET,
  URLZONE_TRUSTED,
  URLZONE_INTERNET,
  URLZONE_UNTRUSTED,
  URLZONE_PREDEFINED_MAX = 999,
  URLZONE_USER_MIN = 1000,
  URLZONE_USER_MAX = 10000
} URLZONE;

Elements

  • URLZONE_PREDEFINED_MIN
    The minimum value allowed for a zone value.
  • URLZONE_LOCAL_MACHINE
    The zone used for content already on the user's local computer. This zone is not exposed by the user interface.
  • URLZONE_INTRANET
    The zone used for content found on an intranet.
  • URLZONE_TRUSTED
    The zone used for trusted Web sites on the Internet.
  • URLZONE_INTERNET
    The zone used for most of the content on the Internet.
  • URLZONE_UNTRUSTED
    The zone used for Web sites that are not trusted.
  • URLZONE_PREDEFINED_MAX
    The maximum value allowed for a zone value.
  • URLZONE_USER_MIN
    The minimum value allowed for a user-defined zone.
  • URLZONE_USER_MAX
    The maximum value allowed for a user-defined zone.

Requirements

Header urlmon.h, urlmon.idl
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later