Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ICADenials interface represents a collection of denials. A client can use this interface to enumerate the denials in the collection, add or remove denials, or pay tolls that the user has selected.
In addition to the methods inherited from IDispatch, the ICADenials interface exposes the following methods.
Method | Description |
get__NewEnum | Retrieves an enumerator for the collection. |
get_AddNew | Creates a new denial and adds it to the collection. |
get_Count | Retrieves the number of denials in the collection. |
get_CountDenied | Retrieves the number of denials that are now in force, disregarding transient denials. |
get_CountSelected | Retrieves the number of selected tolls. |
get_Item | Retrieves a denial from the collection. |
PaySelectedTolls | Pays the selected tolls that apply to this collection. |
Remove | Removes a denial from the collection. |