// winbio_types.h
typedef struct _WINBIO_VERSION {
DWORD MajorVersion;
DWORD MinorVersion;
} WINBIO_VERSION, *PWINBIO_VERSION;
View the official Windows Driver Kit DDI referenceNo description available.
The WINBIO_VERSION structure describes major and minor version information for a WBDI driver.
MajorVersionIdentifies the major version of the driver.
MinorVersionIdentifies the minor version of the driver.