Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure provides a handle for the Universal Serial Bus (USB) hub or device physically connected to the bus.
Syntax
typedef struct _USBDEVICE_MGMT_HEADER {
ULONG Size;
UCXUSBDEVICE Hub;
UCXUSBDEVICE UsbDevice;
} USBDEVICE_MGMT_HEADER, *PUSBDEVICE_MGMT_HEADER;
Members
Size
The size in bytes of this structure.
Hub
The handle to the USB hub that is physically connected to the bus.
UsbDevice
The handle for the USB device that is physically connected to the bus.
Requirements
Requirement | Value |
---|---|
Header | ucxusbdevice.h (include Ucxclass.h) |