Share via


IInternetZoneManager::GetZoneCustomPolicy

This method retrieves the named custom policy associated with the zone.

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 Values

Returns S_OK if the key is found and the buffer is allocated.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.