.
Used with DeviceIoControl and [USB_NODE_CONNECTION_NAME] to get the Device Path of a device on a USB Hub
5/15/2017 4:53:31 AM - -94.229.131.27
.
if (DeviceIoControl(h, IOCTL_USB_GET_NODE_CONNECTION_NAME, ptrNodeName, nBytes, ptrNodeName, nBytes, out nBytesReturned, IntPtr.Zero))
.
const int IOCTL_USB_GET_NODE_CONNECTION_NAME = 0x220414;