Share via


USB_DEVICE (Windows Embedded CE 6.0)

1/6/2010

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.
  • lpActiveConfig
    Pointer to the active USB_CONFIGURATION structure.

Requirements

Header usbtypes.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

USB Host Driver Structures
LPGET_DEVICE_INFO
USB_CONFIGURATION
USB_DEVICE_DESCRIPTOR