IInternetZoneManager::GetZoneCustomPolicyIInternetZoneManager::GetZoneCustomPolicy*
*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.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.