USBDEVICE_MGMT_HEADER - NtDoc

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucxusbdevice-_usbdevice_mgmt_header)

_USBDEVICE_MGMT_HEADER structure

Description

This structure provides a handle for the Universal Serial Bus (USB) hub or device physically connected to the bus.

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.