Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains information about the operation to reset the controller. This is used by the client driver in its EVT_UCX_CONTROLLER_RESET callback function.
Syntax
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;
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.
Requirements
| Requirement | Value |
|---|---|
| Header | ucxcontroller.h (include Ucxclass.h) |