MapUrlToZone Flags
Values that control the action of IInternetSecurityManager::MapUrlToZone and IInternetSecurityManagerEx2::MapUrlToZoneEx2.
Constant/value | Description |
---|---|
|
|
MUTZ_NOSAVEDFILECHECK 0x00000001 | Indicates that the file should not be checked for the MOTW. |
MUTZ_ISFILE 0x00000002 | Internet Explorer 6 for Windows XP SP2 and later. Indicates that the URL is a file and "file:" does not need to be prepended. |
MUTZ_ACCEPT_WILDCARD_SCHEME 0x00000080 | Internet Explorer 6 for Windows XP SP2 and later. Indicates that wildcard characters can be used. |
MUTZ_ENFORCERESTRICTED 0x00000100 | Indicates that the URL should be treated as if it were in the Restricted sites zone. |
MUTZ_RESERVED 0x00000200 | Internet Explorer 7. Reserved. Do not use. |
MUTZ_REQUIRESAVEDFILECHECK 0x00000400 | Internet Explorer 6 for Windows XP SP2 and later. Always evaluate the "saved from url" (MOTW) information in the file. By setting this flag, you override the FEATURE_UNC_SAVEDFILECHECK feature control setting. |
MUTZ_DONT_UNESCAPE 0x00000800 | Internet Explorer 6 for Windows XP SP2 and later. Do not unescape the URL. |
MUTZ_DONT_USE_CACHE 0x00001000 | Internet Explorer 7. Do not check the local Internet cache. |
MUTZ_FORCE_INTRANET_FLAGS 0x00002000 | Internet Explorer 7. Force the intranet flags to be active. Implies MUTZ_DONT_USE_CACHE. |
MUTZ_IGNORE_ZONE_MAPPINGS 0x00004000 | Internet Explorer 7. Ignore all zone mappings that the user or administrator has set in the registry, including those set by ESC. For example, a site in the Trusted Sites zone would appear to be in the Internet zone (or whatever zone it was in originally). Implies MUTZ_DONT_USE_CACHE. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 4.0 |