Contains the security level templates.
Syntax
typdef 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;
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_HIGH
- Use high security settings (no potentially dangerous content is downloaded).
- URLTEMPLATE_PREDEFINED_MAX
- Maximum value of the predefined values for this enumerated type.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Urlmon.h Minimum availability Internet Explorer 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0