USB_DEVICE_PORT_PATH 結構 (ucxusbdevice.h)
包含 USB 裝置的埠路徑。
語法
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;
成員
Size
這個結構位元組的大小。
PortPathDepth
USB 拓撲樹狀結構中的路徑深度,由主機控制器、中樞和裝置組成。
TTHubDepth
來自 TT 中樞之 USB 拓撲樹狀結構中的路徑深度。
PortPath[MAX_USB_DEVICE_DEPTH]
中樞上連線 USB 埠的索引。
規格需求
需求 | 值 |
---|---|
標頭 | ucxusbdevice.h (包含 Ucxclass.h) |