Share via


USB_INTERFACE (Windows Embedded CE 6.0)

1/6/2010

This structure contains interface information.

Syntax

typedef struct _USB_INTERFACE {
  const DWORD dwCount;
  const USB_INTERFACE_DESCRIPTOR Descriptor;
  const LPCVOID lpvExtended;
  const LPCUSB_ENDPOINT lpEndpoints;
} USB_INTERFACE, * PUSB_INTERFACE, * LPUSB_INTERFACE;

Members

  • dwCount
    Size, in bytes, of the structure.
  • lpvExtended
    Pointer to any attributes not included in USB_INTERFACE_DESCRIPTOR.

Requirements

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

See Also

Reference

USB Host Driver Structures
USB_ENDPOINT_DESCRIPTOR
USB_INTERFACE_DESCRIPTOR