Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ICAOffersEvents interface is an outgoing connection-point interface, used by the ICAOffers 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 ICAOffers collection, implement this interface. Then call the IConnectionPoint::Advise method to establish a connection.
_ICAOffersEvents is a dispinterface, invoked through IDispatch. It supports the following methods.
Method | Description |
ItemAdded | Called when an offer is added to a collection. |
ItemRemoved | Called when an offer is removed from a collection. |