WINBIO_VERSION structure (winbio_types.h)

The WINBIO_VERSION structure describes major and minor version information for a WBDI driver.

Syntax

typedef struct _WINBIO_VERSION {
  DWORD MajorVersion;
  DWORD MinorVersion;
} WINBIO_VERSION, *PWINBIO_VERSION;

Members

MajorVersion

Identifies the major version of the driver.

MinorVersion

Identifies the minor version of the driver.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of Windows.
Header winbio_types.h