Retrieves the named custom policy associated with the zone.
Syntax
HRESULT GetZoneCustomPolicy( DWORD dwZone, REFGUID guidKey, BYTE **ppPolicy, DWORD *pcbPolicy, URLZONEREG urlZoneReg );
Parameters
- dwZone
- [in] Unsigned long integer value that specifies the zone.
- guidKey
- [in] Globally unique identifier that specifies the key to look up.
- ppPolicy
- [out] Address of a buffer that contains the policy information.
- pcbPolicy
- [out] Address of an unsigned long integer value that contains the size of the buffer.
- urlZoneReg
- [in] URLZONEREG value that determines how the registry is accessed.
Return Value
Returns S_OK if the key is found and the buffer is allocated.