Share via


IInternetZoneManager::GetZoneCustomPolicy (Windows CE 5.0)

Send Feedback

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

HRESULTGetZoneCustomPolicy(DWORDdwZone,REFGUIDguidKey,BYTE** ppPolicy,DWORD* pcbPolicy,URLZONEREGurlZoneReg);

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.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.