ENDPOINT_RESET_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucxendpoint.h

typedef enum _ENDPOINT_RESET_FLAGS {
  FlagEndpointResetPreserveTransferState
} ENDPOINT_RESET_FLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ucxendpoint-_endpoint_reset_flags)

_ENDPOINT_RESET_FLAGS enumeration

Description

Defines parameters for a request to reset an endpoint.

Constants

FlagEndpointResetPreserveTransferState

The transfer state must be preserved after the endpoint reset operation is complete.

See also

ENDPOINT_RESET

EVT_UCX_ENDPOINT_RESET