TRISTATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucxroothub.h

typedef enum _TRISTATE {
  TriStateUnknown,
  TriStateFalse,
  TriStateTrue
} TRISTATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ucxroothub-_tristate)

_TRISTATE enumeration

Description

The TRISTATE enumeration indicates generic state values for true or false.

Constants

TriStateUnknown

State is unknown.

TriStateFalse

State is a false boolean value.

TriStateTrue

State is a true boolean value.