URLTEMPLATE 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_MEDHIGH = 0x11500, URLTEMPLATE_HIGH = 0x12000, URLTEMPLATE_PREDEFINED_MAX = 0x20000 } URLTEMPLATE;
Constants
- URLTEMPLATE_CUSTOM
-
Current set of policies is 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_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_MEDHIGH
-
Internet Explorer 7. Use medium-high security settings (do not allow per-application settings that disable warnings in certain situations).
- 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.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Product |
Internet Explorer 4.0 |
|
Header |
|