URLTEMPLATEURLTEMPLATE*
*



Contents  *



Index  *Topic Contents
*Previous Topic: SZM_FLAGS
*Next Topic: URLZONE

URLTEMPLATE

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

This enumerated type contains the security level templates.

URLTEMPLATE_CUSTOM
Current set of policies are not based on any template.
URLTEMPLATE_PREDEFINED_MIN
Minimum value of the predefined values for this enumerated type.
URLTEMPLATE_LOW
Use low security settings (all downloads okay).
URLTEMPLATE_MEDIUM
Use medium security settings (user queried before downloading potentially dangerous content).
URLTEMPLATE_HIGH
Use high security settings (no potentially dangerous content is downloaded).
URLTEMPLATE_PREDEFINED_MAX
Maximum value of the predefined values for this enumerated type.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.