// ucxusbdevice.h
typedef struct _USBDEVICE_MGMT_HEADER {
ULONG Size;
UCXUSBDEVICE Hub;
UCXUSBDEVICE UsbDevice;
} USBDEVICE_MGMT_HEADER, *PUSBDEVICE_MGMT_HEADER;
View the official Windows Driver Kit DDI referenceNo description available.
This structure provides a handle for the Universal Serial Bus (USB) hub or device physically connected to the bus.
SizeThe size in bytes of this structure.
HubThe handle to the USB hub that is physically connected to the bus.
UsbDeviceThe handle for the USB device that is physically connected to the bus.