Contains the zone attribute flags.
Syntax
typdef 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;
Constants
- 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 UNC as an intranet site.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later 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