Share via


USB_INTERFACE (Compact 2013)

3/26/2014

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

See Also

Reference

USB Driver Structures
USB_ENDPOINT_DESCRIPTOR
USB_INTERFACE_DESCRIPTOR