Microsoft DirectX 8.1 (C++)

_ICAManagerEvents::PolicyAdded

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The PolicyAdded method is called when a policy is added to the Conditional Access (CA) Manager.

Syntax

HRESULT PolicyAdded(
  ICAPolicy*  pPolicy,
  long  cPolicies
);

Parameters

  pPolicy

[in]  Pointer to the ICAPolicy interface of the policy.

  cPolicies

[in]  Number of policies in effect, including the new one.

Return Values

Return S_OK or an error code.

Remarks

The dispatch identifier (dispid) of this method is 2205.

See Also