Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Buses
USB
Reference
 USBD_VERSION_INFORMATION
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 systemInterface version
Windows 98 Gold0x00000102
Windows 98 SE0x00000200
Windows 20000x00000300
Windows Millennium Edition0x00000400
Windows XP0x00000500

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


Send feedback on this topic
Built on October 01, 2009
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker