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
|