Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration contains the zone attribute flags.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Send Feedback on this topic to the authors