Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
USB_HUB_NODE (Enums)
.
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
Used with DeviceIoControl and [IOCTL_USB_GET_NODE_INFORMATION] to get connection-related information about a port on a USB Hub
9/14/2011 5:15:06 PM - -204.141.110.10
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!