Share via


USB_ENDPOINT (Compact 2013)

3/26/2014

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

See Also

Reference

USB Driver Structures
USB_ENDPOINT_DESCRIPTOR