USB_MI_PARENT_INFORMATION (Structures)
Last changed: anonymous

.
Summary
Used with DeviceIoControl and IOCTL_USB_GET_NODE_INFORMATION to get information about a USB Hub

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct USB_MI_PARENT_INFORMATION
{
   public uint NumberOfInterfaces;
};

VB Definition:

Structure USB_MI_PARENT_INFORMATION
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

See USB_NODE_INFORMATION

Documentation