IInternetZoneManager::SetZoneActionPolicy (Windows CE 5.0)
This method sets the action policy associated with a zone.
HRESULTSetZoneActionPolicy(DWORDdwZone,DWORDdwAction,BYTE* pPolicy,DWORDcbPolicy,URLZONEREGurlZoneReg);
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 Values
Returns S_OK if the action is valid.
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