Click to return to the Security     
IInternetSecurityManager:...     IInternetSecurityManager:...     IInternetSecurityManager ...    
Web Workshop  |  Security & Cryptography

IInternetSecurityManager::GetZoneMappings Method


Retrieves the complete set of patterns mapped to a zone.

Syntax

HRESULT GetZoneMappings(
    DWORD dwZone,
    IEnumString **ppenumString,
    DWORD dwFlags
);

Parameters

dwZone
[in] Unsigned long integer value that specifies the zone index.
ppenumString
[out] Address of a pointer to the IEnumString interface that will enumerate the strings for the security zone mappings.
dwFlags
[in] Reserved. Must be set to zero.

Return Value

Returns S_OK if successful, or E_OUTOFMEMORY if there is not enough memory to complete the operation.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.