ENDPOINT_RESET - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxendpoint-_endpoint_reset)

_ENDPOINT_RESET structure

Description

Describes information required to reset an endpoint. This structure is passed by UCX in the EVT_UCX_ENDPOINT_RESET callback function.

Members

A USBDEVICE_MGMT_HEADER structure that stores handles to the USB hub or device whose endpoints.

Endpoint

A handle to the device endpoint to reset.

Flags

A ENDPOINT_RESET_FLAGS value that indicates reset parameters.

See also

ENDPOINT_RESET_FLAGS