Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This enumeration specifies a generic tri-state type. This value can be used to specify a breakpoint state while generating breakpoint enumerations.
Syntax
typedef enum _TRISTATE_TYPE {
tsDisable = 0,
tsEnable = 1,
tsDontCare = 2
} TRISTATE_TYPE;
Elements
- tsDisable
Indicator of a disabled state.
- tsEnable
Indicator of an enabled state.
- tsDontCare
Indicator that the state is not important. This value should be a discriminant argument.
Requirements
| Header | eXDI2.h |
| Windows Embedded CE | Windows CE 5.0 and later |