WINBIO_VERSION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winbio_types.h

typedef struct _WINBIO_VERSION {
  DWORD MajorVersion;
  DWORD MinorVersion;
} WINBIO_VERSION, *PWINBIO_VERSION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-winbio_types-_winbio_version)

_WINBIO_VERSION structure

Description

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

Members

MajorVersion

Identifies the major version of the driver.

MinorVersion

Identifies the minor version of the driver.