USB_DEVICE (Compact 2013)
3/26/2014
This structure contains information about a USB device that is returned by LPGET_DEVICE_INFO.
Syntax
typedef struct _USB_DEVICE {
const DWORD dwCount;
const USB_DEVICE_DESCRIPTOR Descriptor;
const LPCUSB_CONFIGURATION lpConfigs;
const LPCUSB_CONFIGURATION lpActiveConfig;
} USB_DEVICE, * PUSB_DEVICE, * LPUSB_DEVICE;
Members
- dwCount
Size, in bytes, of this structure.
- Descriptor
Pointer to a USB_DEVICE_DESCRIPTOR structure.
- lpConfigs
Pointer to an array of USB_CONFIGURATION structures.
- lpActiveConfig
Pointer to the active USB_CONFIGURATION structure.
Requirements
Header |
usbtypes.h |
See Also
Reference
USB Driver Structures
LPGET_DEVICE_INFO
USB_CONFIGURATION
USB_DEVICE_DESCRIPTOR