Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The CATollState enumeration specifies the state of a toll.
Syntax
typedef enum CATollState{
Unselected = 0,
Selected = 1
};
Elements
Unselected
The toll is not selected.
Selected
The toll is selected.
See Also