Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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
 

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions