.
Used with DeviceIoControl and [USB_ROOT_HUB_NAME] to get the Device Path to the USB Root Hub on a USB Controller
5/15/2017 4:53:53 AM - -94.229.131.27
.
if (DeviceIoControl(h, IOCTL_USB_GET_ROOT_HUB_NAME, ptrHubName, nBytes, ptrHubName, nBytes, out nBytesReturned, IntPtr.Zero))
.
const int IOCTL_USB_GET_ROOT_HUB_NAME = 0x220408;