Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Buses and Ports
Buses
Buses
USB
Reference
 USBD_VERSION_INFORMATION

  Switch on low bandwidth view
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 May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker