Condividi tramite


struttura UCX_CONTROLLER_RESET_COMPLETE_INFO (ucxcontroller.h)

Contiene informazioni sull'operazione per reimpostare il controller. Viene usato dal driver client nella relativa funzione di callback EVT_UCX_CONTROLLER_RESET.

Sintassi

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;

Membri

Size

Dimensione in byte di questa struttura.

UcxControllerState

Stato del controller UCX dopo la reimpostazione.

UcxCoordinated

Indica se la reimpostazione è stata coordinata con UCX (TRUE) o meno (FALSE).

Osservazioni

Questa struttura viene popolata da una chiamata a UcxControllerResetComplete.

Fabbisogno

Requisito Valore
intestazione ucxcontroller.h (include Ucxclass.h)