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