UCX_CONTROLLER_STATE - NtDoc

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

typedef enum _UCX_CONTROLLER_STATE {
  UcxControllerStateLost,
  UcxControllerStatePreserved
} UCX_CONTROLLER_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ucxcontroller-_ucx_controller_state)

_UCX_CONTROLLER_STATE enumeration

Description

This enumeration provides values to specify the UCX controller state after a reset.

Constants

UcxControllerStateLost

Indicates the controller state was lost after reset.

UcxControllerStatePreserved

Indicates the controller state was preserved after reset.

See also

UCX_CONTROLLER_RESET_COMPLETE_INFO