ZONEATTRIBUTES (Windows CE 5.0)
This structure contains the attributes of a particular zone.
typedef struct _ZONEATTRIBUTES {ULONGcbSize;WCHARszDisplayName[MAX_PATH];WCHARszDescription[MAX_ZONE_DESCRIPTION];WCHARszIconPath[MAX_PATH];DWORDdwTemplateMinLevel;DWORDdwTemplateRecommended;DWORDdwTemplateCurrentLevel;DWORDdwFlags;} ZONEATTRIBUTES, *LPZONEATTRIBUTES;
Members
- cbSize
Unsigned long integer value that specifies the size of the structure. - szDisplayName
Array of wide characters that contains the display name of the zone. - szDescription
Array of wide characters that contains the description of the zone. - szIconPath
Array of wide characters that contains the path to the icon associated with this zone. - dwTemplateMinLevel
Unsigned long integer value that specifies the minimum template level. - dwTemplateRecommended
Unsigned long integer value that specifies the recommended template level. - dwTemplateCurrentLevel
Unsigned long integer value that specifies the current template level. - dwFlags
Unsigned long integer value that contains the flags associated with the specified zone. This can be one of the ZAFLAGS values.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Send Feedback on this topic to the authors