UCX_CONTROLLER_RESET_COMPLETE_INFO structure (ucxcontroller.h)

Contient des informations sur l’opération de réinitialisation du contrôleur. Il est utilisé par le pilote client dans sa fonction de rappel EVT_UCX_CONTROLLER_RESET .

Syntaxe

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;

Membres

Size

Taille en octets de cette structure.

UcxControllerState

État du contrôleur UCX après la réinitialisation.

UcxCoordinated

Indique si la réinitialisation a été coordonnée avec UCX (TRUE) ou non (FALSE).

Remarques

Cette structure est remplie par un appel à UcxControllerResetComplete.

Configuration requise

Condition requise Valeur
En-tête ucxcontroller.h (inclure Ucxclass.h)