TRISTATE_TYPE (Windows CE 5.0)

Send Feedback

This enumeration specifies a generic tri-state type. This value can be used to specify a breakpoint state while generating breakpoint enumerations.

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

OS Version: Windows CE 5.0 and later.
Header: exdi2.h.

See Also

IeXDI2 Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.