// ucxusbdevice.h
typedef struct _USB_DEVICE_PORT_PATH {
ULONG Size;
ULONG PortPathDepth;
ULONG TTHubDepth;
ULONG PortPath[MAX_USB_DEVICE_DEPTH];
} USB_DEVICE_PORT_PATH, *PUSB_DEVICE_PORT_PATH;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the port path of a USB device.
SizeThe size in bytes of this structure.
PortPathDepthThe depth of path in the USB topology tree, consisting of host controller, hubs, and devices.
TTHubDepthThe depth of path in the USB topology tree from a TT hub.
PortPathThe index of connected USB port on the hub.