IInternetSecurityManager::GetZoneMappings (Windows CE 5.0)
This method retrieves the complete set of patterns mapped to a zone.
HRESULTGetZoneMappings(DWORDdwZone,IEnumString** ppenumString,DWORDdwFlags);
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
See Also
Send Feedback on this topic to the authors