Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The _ICAPoliciesEvents interface is an outgoing connection-point interface, used by the ICAPolicies collection. The Conditional Access (CA) Manager forwards these events through the _ICAManagerEvents interface, so it might be easier to use that interface instead.
To receive events from an ICAPolicies collection, implement this interface. Then call the IConnectionPoint::Advise method to establish a connection.
_ICAPoliciesEvents is a dispinterface, invoked through IDispatch. It supports the following methods.
Method | Description |
ItemAdded | Called when a policy is added. |
ItemRemoved | Called when a policy is removed. |