Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors