// ucxendpoint.h
typedef enum _ENDPOINT_RESET_FLAGS {
FlagEndpointResetPreserveTransferState
} ENDPOINT_RESET_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
Defines parameters for a request to reset an endpoint.
FlagEndpointResetPreserveTransferStateThe transfer state must be preserved after the endpoint reset operation is complete.