Click to return to the Security     
URL Security Zones Struct...     URL Security Zones Enumer...     URL Security Zones Struct...    
Web Workshop  |  Security & Cryptography

ZONEATTRIBUTES Structure


Contains the attributes of a particular zone.

Syntax

typedef struct _ZONEATTRIBUTES {
    ULONG cbSize;
    WCHAR szDisplayName[MAX_PATH];
    WCHAR szDescription[MAX_ZONE_DESCRIPTION];
    WCHAR szIconPath[MAX_PATH];
    DWORD dwTemplateMinLevel;
    DWORD dwTemplateRecommended;
    DWORD dwTemplateCurrentLevel;
    DWORD dwFlags;
} 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.

Structure Information

Windows NT Use version 4.0. Implemented as a Unicode structure.
Windows Use Windows 95 and later. Implemented as a Unicode structure.
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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.