Compartilhar via


IInternetZoneManager::SetZoneCustomPolicy (Windows CE 5.0)

Send Feedback

This method sets a named custom policy associated with a zone.

HRESULT SetZoneCustomPolicy(DWORD dwZone,REFGUID guidKey,BYTE* pPolicy,DWORD cbPolicy,URLZONEREGurlZoneReg);

Parameters

  • dwZone
    [in] Unsigned long integer value that specifies the zone index.
  • guidKey
    [in] Globally unique identifier that specifies the key.
  • pPolicy
    [in, out] Address of the buffer that contains the policy to be set.
  • cbPolicy
    [in] Unsigned long integer value that specifies the size of the buffer.
  • urlZoneReg
    [in] URLZONEREG value that specifies where the information will be set in the registry.

Return Values

Returns S_OK if successful.

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.