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