IInternetSecurityManager::GetZoneMappings method
Gets the complete set of patterns mapped to a zone.
Syntax
HRESULT GetZoneMappings(
[in] DWORD dwZone,
[out] IEnumString **ppenumString,
[in] DWORD dwFlags
);
Parameters
dwZone [in]
An unsigned long integer value that specifies the zone index. Can be one of the following values.
URLZONE_LOCAL_MACHINE
Pattern is mapped into the local machine zone.
URLZONE_INTRANET
Pattern is mapped into the intranet zone.
URLZONE_TRUSTED
Pattern is mapped into the trusted zone.
URLZONE_INTERNET
Pattern is mapped into the Internet zone.
URLZONE_UNTRUSTED
Pattern is mapped into the untrusted zone.
(URLZONE_USER_MIN...URLZONE_USER_MAX)
Pattern is mapped into a user defined zone.
ppenumString [out]
A pointer to the IEnumString interface that enumerates the strings for the security zone mappings.
dwFlags [in]
Reserved. Must be set to 0.
Return value
Returns S_OK if successful, or E_OUTOFMEMORY if there is not enough memory to complete the operation.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
DLL |
Urlmon.dll |