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.