This topic has not yet been rated - Rate this topic

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

Winbio_adapter.h

See also

Plug-in Functions
Plug-in Structures

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.