WINBIO_ADAPTER_INTERFACE_VERSION structure (winbio_adapter.h)
The WINBIO_ADAPTER_INTERFACE_VERSION structure contains a major and minor version number used in the engine, sensor, and storage adapter interface tables.
Syntax
typedef struct _WINBIO_ADAPTER_INTERFACE_VERSION {
USHORT MajorVersion;
USHORT MinorVersion;
} WINBIO_ADAPTER_INTERFACE_VERSION, *PWINBIO_ADAPTER_INTERFACE_VERSION;
Members
MajorVersion
Contains the major version number.
MinorVersion
Contains the minor version number.
Remarks
This structure is used by the following structures:
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | winbio_adapter.h |