WINBIO_VERSION structure

The WINBIO_VERSION structure contains the software version number of a biometric service provider component.

Syntax

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

Members

MajorVersion

A DWORD that contains the major version number.

MinorVersion

A DWORD that contains the minor version number.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
Winbio_types.h (include Winbio.h)

See also

Client Application Structures

WINBIO_BSP_SCHEMA

WINBIO_UNIT_SCHEMA