USB Driver Structures
The following table shows the USB driver structures with a description of the purpose of each.
Programming element | Description |
---|---|
USB_CONFIGURATION | This structure contains information about a specific USB device configuration. |
USB_CONFIGURATION_DESCRIPTOR | This structure describes information about a specific USB device configuration. |
USB_DEVICE | This structure contains USB device information returned by GetDeviceInfo. |
USB_DEVICE_DESCRIPTOR | This structure contains general information about USB devices. |
USB_DRIVER_SETTINGS | This structure contains the members for USB drivers. |
USB_ENDPOINT | This structure contains information about USB device endpoints. |
USB_ENDPOINT_DESCRIPTOR | This structure contains general information about USB endpoints. |
USB_INTERFACE | This structure contains interface information. |
USB_INTERFACE_DESCRIPTOR | This structure describes a specific interface with respect to a specific configuration. |
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.