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.
1/6/2010
This 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.
Requirements
| Header | urlmon.h, urlmon.idl |
| Library | urlmon.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |