Share via


TRISTATE_TYPE (Windows Embedded CE 6.0)

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

See Also

Reference

IeXDI2 Enumerations
IeXDI2 Interfaces