Share via


URLTEMPLATE (Windows Embedded CE 6.0)

1/6/2010

This enumeration contains the security level templates.

Syntax

typedef enum tagURLTEMPLATE {
  URLTEMPLATE_CUSTOM = 0x00000,
  URLTEMPLATE_PREDEFINED_MIN = 0x10000,
  URLTEMPLATE_LOW = 0x10000,
  URLTEMPLATE_MEDLOW = 0x10500,
  URLTEMPLATE_MEDIUM = 0x11000,
  URLTEMPLATE_HIGH = 0x12000,
  URLTEMPLATE_PREDEFINED_MAX = 0x20000
} URLTEMPLATE;

Elements

  • URLTEMPLATE_CUSTOM
    The current set of policies is not based on any template.
  • URLTEMPLATE_PREDEFINED_MIN
    The minimum value of the predefined values for this enumerated type.
  • URLTEMPLATE_LOW
    Use low security settings (all downloads okay).
  • URLTEMPLATE_MEDLOW
    Use medium-low security settings (allows some potentially dangerous content to be downloaded without querying the user).
  • URLTEMPLATE_MEDIUM
    Use medium security settings (user is queried before downloading potentially dangerous content).
  • URLTEMPLATE_HIGH
    Use high security settings (no potentially dangerous content is downloaded).
  • URLTEMPLATE_PREDEFINED_MAX
    The maximum value of the predefined values for this enumerated type.

Requirements

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

See Also

Reference

URL Security Zones Enumerations