Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This enumeration contains the zone attribute flags.
Syntax
typedef enum { ZAFLAGS_CUSTOM_EDIT = 0x00000001, ZAFLAGS_ADD_SITES = 0x00000002, ZAFLAGS_REQUIRE_VERIFICATION = 0x00000004, ZAFLAGS_INCLUDE_PROXY_OVERRIDE = 0x00000008, ZAFLAGS_INCLUDE_INTRANET_SITES = 0x00000010, ZAFLAGS_NO_UI = 0x00000020, ZAFLAGS_SUPPORTS_VERIFICATION = 0x00000040, ZAFLAGS_UNC_AS_INTRANET = 0x00000080 } ZAFLAGS; |
Elements
- ZAFLAGS_CUSTOM_EDIT
-
Edit a custom URL security zone.
- ZAFLAGS_ADD_SITES
-
Add sites to a URL security zone.
- ZAFLAGS_REQUIRE_VERIFICATION
-
Require user verification.
- ZAFLAGS_INCLUDE_PROXY_OVERRIDE
-
Override the proxy settings.
- ZAFLAGS_INCLUDE_INTRANET_SITES
-
URL security zone includes intranet sites.
- ZAFLAGS_NO_UI
-
Do not display any user interfaces.
- ZAFLAGS_SUPPORTS_VERIFICATION
-
Supports server verification.
- ZAFLAGS_UNC_AS_INTRANET
-
Treat this Universal Naming Convention (UNC) as an intranet site.
Requirements
Header | urlmon.h, urlmon.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |