Share via


USB_DEVICE (Windows CE 5.0)

Send Feedback

This structure contains information about a USB device that is returned by LPGET_DEVICE_INFO.

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

OS Versions: Windows CE 2.10 and later.
Header: Usbtypes.h.

See Also

LPGET_DEVICE_INFO | USB_CONFIGURATION | USB_DEVICE_DESCRIPTOR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.