structure UCX_CONTROLLER_RESET_COMPLETE_INFO (ucxcontroller.h)
Contient des informations sur l’opération pour réinitialiser le contrôleur. Cela 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.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ucxcontroller.h (include Ucxclass.h) |