MSDN Home >  MSDN Library >  System Support for Buses >  IDE Bus >  Reference >  IDE Bus Structures
 
System Support for Buses: Windows DDK

GETVERSIONINPARAMS

The GETVERSIONINPARAMS structure is used in conjunction with the SMART_GET_VERSION request to retrieve version information, a capabilities mask, and a bitmask for the indicated device.

typedef struct _GETVERSIONINPARAMS {
  UCHAR  bVersion;
  UCHAR  bRevision;
  UCHAR  bReserved;
  UCHAR  bIDEDeviceMap;
  ULONG  fCapabilities;
  ULONG  dwReserved[4];
} GETVERSIONINPARAMS, *PGETVERSIONINPARAMS, *LPGETVERSIONINPARAMS;

Members

bVersion
Contains the binary driver version number.
bRevision
Contains the binary driver revision number.
bReserved
Reserved.
bIDEDeviceMap
Contains the bitmap, if device is an IDE device.
fCapabilities
Contains the bitmask of driver capabilities.
dwReserved
Reserved.

Headers

Declared in ntdddisk.h. Include ntdddisk.h.

See Also

SMART_GET_VERSION

 Contact Us   |  E-Mail this Page   |  MSDN Flash Newsletter
 © 2003 Microsoft Corporation. All rights reserved.   Terms of Use  Privacy Statement   Accessibility