Share via


USB_ENDPOINT (Windows Embedded CE 6.0)

1/6/2010

This structure contains information about universal serial bus (USB) device endpoints.

Syntax

typedef struct _USB_ENDPOINT {
  const DWORD dwCount;
  const USB_ENDPOINT_DESCRIPTOR Descriptor;
  const LPCVOID lpvExtended;
} USB_ENDPOINT, * PUSB_ENDPOINT, * LPUSB_ENDPOINT;

Members

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

Requirements

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

See Also

Reference

USB Host Driver Structures
USB_ENDPOINT_DESCRIPTOR