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.
- 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 |
|
See also
Show: