struttura ENDPOINT_RESET (ucxendpoint.h)
Vengono descritte le informazioni necessarie per reimpostare un endpoint. Questa struttura viene passata da UCX nella funzione di callback EVT_UCX_ENDPOINT_RESET.
typedef struct _ENDPOINT_RESET {
USBDEVICE_MGMT_HEADER Header;
UCXENDPOINT Endpoint;
ENDPOINT_RESET_FLAGS Flags;
} ENDPOINT_RESET, *PENDPOINT_RESET;
Header
Struttura USBDEVICE_MGMT_HEADER che archivia gli handle per l'hub USB o il dispositivo i cui endpoint.
Endpoint
Handle per l'endpoint del dispositivo da reimpostare.
Flags
Valore ENDPOINT_RESET_FLAGS che indica i parametri di reimpostazione.
Requisito | Valore |
---|---|
intestazione | ucxendpoint.h (include Ucxclass.h, Ucxendpoint.h) |