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 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