Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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