WINBIO_ADAPTER_INTERFACE_VERSION structure
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
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
