WINBIO_DATABASE_TYPE Constants

The following flags can be used for the Attributes member of the WINBIO_STORAGE_SCHEMA structure.

Constant/value Description
WINBIO_DATABASE_TYPE_MASK
0x0000FFFF
Represents a mask for all of the _TYPE_ bits.
WINBIO_DATABASE_TYPE_FILE
0x00000001
The database is contained in a file.
WINBIO_DATABASE_TYPE_DBMS
0x00000002
The database is managed by an external database management system (DBMS) component, such as Microsoft SQL Server.
WINBIO_DATABASE_TYPE_ONCHIP
0x00000003
The database resides on the biometric sensor.
WINBIO_DATABASE_TYPE_SMARTCARD
0x00000004
The database resides on a smart card.
WINBIO_DATABASE_FLAG_MASK
0xFFFF0000
Represents a mask for all of the _FLAG_ bits.
WINBIO_DATABASE_FLAG_REMOVABLE
0x00010000
The storage medium containing the database can be physically removed from the computer.
WINBIO_DATABASE_FLAG_REMOTE
0x00020000
The database resides on a remote computer.

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 Constants