// 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 referenceNo description available.
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.
HeaderA USBDEVICE_MGMT_HEADER structure that contains header information related to the USB device or hub endpoint.
DefaultEndpointA handle to the default endpoint to update.
MaxPacketSizeThe maximum packet size of the default endpoint.
EVT_UCX_DEFAULT_ENDPOINT_UPDATE