Contents Index Topic Contents | ||
Previous Topic: IInternetZoneManager::GetZoneAttributes Next Topic: IInternetZoneManager::LogAction |
IInternetZoneManager::GetZoneCustomPolicy
HRESULT GetZoneCustomPolicy( [in] DWORD dwZone, [in] REFGUID guidKey, [out] BYTE **ppPolicy, [out] DWORD *pcbPolicy, [in] URLZONEREG urlZoneReg );Retrieves the named custom policy associated with the zone.
- Returns S_OK if the key is found and the buffer is allocated.
- dwZone
- Double-word value that contains the zone.
- guidKey
- Globally unique identifier that indicates the key to look up.
- ppPolicy
- Address of a buffer to contain the policy information.
- pcbPolicy
- Address of a double-word value that contains the size of the buffer.
- urlZoneReg
- URLZONEREG value that determines how the registry is accessed.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.