UCX_CONTROLLER_RESET_COMPLETE_INFO - NtDoc

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

typedef struct _UCX_CONTROLLER_RESET_COMPLETE_INFO {
  ULONG                Size;
  UCX_CONTROLLER_STATE UcxControllerState;
  BOOLEAN              UcxCoordinated;
} UCX_CONTROLLER_RESET_COMPLETE_INFO, *PUCX_CONTROLLER_RESET_COMPLETE_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxcontroller-_ucx_controller_reset_complete_info)

_UCX_CONTROLLER_RESET_COMPLETE_INFO structure

Description

Contains information about the operation to reset the controller. This is used by the client driver in its EVT_UCX_CONTROLLER_RESET callback function.

Members

Size

The size in bytes of this structure.

UcxControllerState

The UCX controller state after reset.

UcxCoordinated

Indicates if the reset was coordinated with UCX (TRUE) or not (FALSE).

Remarks

This structure is populated by a call to UcxControllerResetComplete.