URLTEMPLATE (Windows CE 5.0)
This enumeration contains the security level templates.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Send Feedback on this topic to the authors