Contents Index Topic Contents | ||
Previous Topic: IInternetSecurityManager::GetSecuritySite Next Topic: IInternetSecurityManager::MapUrlToZone |
IInternetSecurityManager::GetZoneMappings
HRESULT GetZoneMappings( [in] DWORD dwZone, [out] IEnumString **ppenumString, [in] DWORD dwFlags );Retrieves the complete set of patterns mapped to a zone.
- Returns S_OK if successful or E_OUTOFMEMORY if there is not enough memory to complete the operation.
- dwZone
- DWORD value that contains the zone index.
- ppenumString
- Address of a pointer to the IEnumString interface that will enumerate the strings for the security zone mappings.
- dwFlags
- Reserved. Must be set to zero.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.