Share via


IInternetZoneManager::SetZoneActionPolicy

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method sets the action policy associated with a zone.

Syntax

HRESULT SetZoneActionPolicy(
  DWORD dwZone,
  DWORD dwAction,
  BYTE* pPolicy,
  DWORD cbPolicy,
  URLZONEREG urlZoneReg
);

Parameters

  • dwZone
    [in] Unsigned long integer value that specifies the zone index.
  • dwAction
    [in] Unsigned long integer value that specifies the index number of the action.
  • pPolicy
    [in] Address of the buffer that contains the policy information.
  • cbPolicy
    [in] Unsigned long integer value that specifies the size of the buffer.
  • urlZoneReg
    [in] URLZONEREG value that specifies how the registry is accessed.

Return Value

Returns S_OK if the action is valid.

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