Desktop Functions: Smart Device Functions:
|
Search Results for "IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX" in [All]Constants
const int IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX = 0x220448; Structures
if (DeviceIoControl(h, IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX, ptrNodeConnection, nBytes, ptrNodeConnection, nBytes, out nBytesReturned, IntPtr.Zero))
if (DeviceIoControl(hHub, IOCTL_USB_GET_NODE_CONNECTION_INFORMATION_EX, ptr_connection, size, ptr_connection, size, out bytes_returned, IntPtr.Zero)) |