USB_ENDPOINT (Windows CE 5.0)

Send Feedback

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

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

Requirements

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

See Also

USB_ENDPOINT_DESCRIPTOR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.