IOCTL_USB_GET_HUB_INFORMATION_EX是使用者模式 I/O 控制要求。 此要求會以 USB 中樞裝置 (GUID_DEVINTERFACE_USB_HUB) 為目標。 主要程序代碼 IRP_MJ_DEVICE_CONTROL 輸入緩衝區 AssociatedIrp.SystemBuffer指向呼叫端配置的USB_HUB_INFORMATION_EX結構。 輸入緩衝區長度 Parameters.DeviceIoControl.InputB...
The IOCTL_USB_GET_HUB_INFORMATION_EX I/O control request is sent by an application to retrieve information about a USB hub in a USB_HUB_INFORMATION_EX structure.The request retrieves the highest port number on the hub.