// ucxendpoint.h
typedef struct _ENDPOINT_RESET {
USBDEVICE_MGMT_HEADER Header;
UCXENDPOINT Endpoint;
ENDPOINT_RESET_FLAGS Flags;
} ENDPOINT_RESET, *PENDPOINT_RESET;
View the official Windows Driver Kit DDI referenceNo description available.
Describes information required to reset an endpoint. This structure is passed by UCX in the EVT_UCX_ENDPOINT_RESET callback function.
HeaderA USBDEVICE_MGMT_HEADER structure that stores handles to the USB hub or device whose endpoints.
EndpointA handle to the device endpoint to reset.
FlagsA ENDPOINT_RESET_FLAGS value that indicates reset parameters.