Desktop Functions: Smart Device Functions:
|
Search Results for "USB_HUB_NODE" in [All]Structures
NodeInfo.NodeType = (int)USB_HUB_NODE.UsbHub; 2: USB_HUB_NODE
// 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; Enums4: USB_HUB_NODE
|