USB_HUB_NODE (Enums)
Last changed: egray1@hot.rr.com-24.26.210.211

.
Summary
Used with USB_NODE_INFORMATION to retrieve information about the hub or the multipe interface parent device

C# Definition:

enum USB_HUB_NODE
{
   UsbHub,
   UsbMIParent
}

VB Definition:

Enum USB_HUB_NODE
   TODO
End Enum

Notes:

typedef enum _USB_HUB_NODE {
   UsbHub,
   UsbMIParent
} USB_HUB_NODE;

Documentation