Windows Driver Kit: Buses
USBD_VERSION_INFORMATION
The GetUSBDIVersion function reports its output data in the USBD_VERSION_INFORMATION structure.
typedef struct _USBD_VERSION_INFORMATION {
ULONG USBDI_Version;
ULONG Supported_USB_Version;
} USBD_VERSION_INFORMATION, *PUSBD_VERSION_INFORMATION;
Members
- USBDI_Version
- Contains a binary-coded decimal USB interface version number. Released interface versions are listed in the following table.
| Operating system | Interface version |
| Windows 98 Gold | 0x00000102 |
| Windows 98 SE | 0x00000200 |
| Windows 2000 | 0x00000300 |
| Windows Millennium Edition | 0x00000400 |
| Windows XP | 0x00000500 |
- Supported_USB_Version
- Contains a binary-coded decimal USB specification version number.
Requirements
Headers: Declared in usbbusif.h. Include usbbusif.h.
See Also
USB Interfaces, GetUSBDIVersion