Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ICAOffers interface represents a collection of offers. A client can use it to enumerate the collection, or add or remove items.
In addition to the methods inherited from IDispatch, the ICAOffers interface exposes the following methods.
Method | Description |
get__NewEnum | Retrieves an enumerator for the collection. |
get_AddNew | Creates a new offer and adds it to the collection. |
get_Count | Retrieves the number of offers in the collection. |
get_Item | Retrieves an offer from the collection. |
Remove | Removes an offer from the collection. |