IInternetSecurityManager::GetZoneMappings
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 Values
Returns S_OK if successful, or E_OUTOFMEMORY if there is not enough memory to complete the operation.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib
See Also
Send Feedback on this topic to the authors