Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

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 Value

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

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later