Desktop Functions: Smart Device Functions:
|
Search Results for "USB_NODE_CONNECTION_NAME" in [All]ConstantsStructuresIdentical to the USB_NODE_CONNECTION_NAME structure
struct USB_NODE_CONNECTION_NAME
Structure USB_NODE_CONNECTION_NAME
typedef struct _USB_NODE_CONNECTION_NAME {
} USB_NODE_CONNECTION_NAME, *PUSB_NODE_CONNECTION_NAME;
USB_NODE_CONNECTION_NAME NodeName = new USB_NODE_CONNECTION_NAME();
NodeName = (USB_NODE_CONNECTION_NAME)Marshal.PtrToStructure(ptrNodeName, typeof(USB_NODE_CONNECTION_NAME)); |