DEFAULT_ENDPOINT_UPDATE - NtDoc

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

typedef struct _DEFAULT_ENDPOINT_UPDATE {
  USBDEVICE_MGMT_HEADER Header;
  UCXENDPOINT           DefaultEndpoint;
  ULONG                 MaxPacketSize;
} DEFAULT_ENDPOINT_UPDATE, *PDEFAULT_ENDPOINT_UPDATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DEFAULT_ENDPOINT_UPDATE structure

Description

Contains the handle to the default endpoint to update in a framework request that is passed by UCX when it invokes EVT_UCX_DEFAULT_ENDPOINT_UPDATE callback function.

Members

A USBDEVICE_MGMT_HEADER structure that contains header information related to the USB device or hub endpoint.

DefaultEndpoint

A handle to the default endpoint to update.

MaxPacketSize

The maximum packet size of the default endpoint.

See also

EVT_UCX_DEFAULT_ENDPOINT_UPDATE