.
const int IOCTL_USB_GET_NODE_INFORMATION = 0x220408;
.
Used with DeviceIoControl and [USB_NODE_INFORMATION] to get information about ports on a USB Hub
5/15/2017 4:53:40 AM - -94.229.131.27
.
Used with DeviceIoControl and [USB_NODE_INFORMATION] to get information about ports on a USB Hub
5/15/2017 4:53:40 AM - -94.229.131.27
.
if (DeviceIoControl(h2, IOCTL_USB_GET_NODE_INFORMATION, ptrNodeInfo, nBytes, ptrNodeInfo, nBytes, out nBytesReturned, IntPtr.Zero))
.
Used with DeviceIoControl and [USB_NODE_INFORMATION] to get information about ports on a USB Hub
5/15/2017 4:53:40 AM - -94.229.131.27
.
Used with DeviceIoControl and [USB_NODE_INFORMATION] to get information about ports on a USB Hub
5/15/2017 4:53:40 AM - -94.229.131.27
.
if (DeviceIoControl(h2, IOCTL_USB_GET_NODE_INFORMATION, ptrNodeInfo, nBytes, ptrNodeInfo, nBytes, out nBytesReturned, IntPtr.Zero))