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

Search Results for "USB_HUB_NODE" in [All]

Enums

.

enum USB_HUB_NODE

.

Enum USB_HUB_NODE

.

typedef enum _USB_HUB_NODE {

.

} USB_HUB_NODE;

.
Documentation
[USB_HUB_NODE] on MSDN

Structures

.

   NodeInfo.NodeType = (int)USB_HUB_NODE.UsbHub;

.

// We need a separate struct to hold the union due to the fact that on 64-bit USB_HUB_NODE gets marshaled

.

   public USB_HUB_NODE NodeType;    /* hub, mi parent */

.

enum USB_HUB_NODE : uint

.

   USB_HUB_NODE  NodeType;

.

   NodeInfo.NodeType = (int)USB_HUB_NODE.UsbHub;


 
Access PInvoke.net directly from VS: