Share via


USB_INTERFACE (Windows CE 5.0)

Send Feedback

This structure contains interface information.

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.
  • Descriptor
    Pointer to a USB_INTERFACE_DESCRIPTOR structure.
  • lpvExtended
    Pointer to any attributes not included in USB_INTERFACE_DESCRIPTOR.
  • lpEndpoints
    Pointer to a USB_ENDPOINT_DESCRIPTOR structure.

Requirements

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

See Also

USB_ENDPOINT_DESCRIPTOR | USB_INTERFACE_DESCRIPTOR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.