Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 4.55 KB

winbio-database-type-constants.md

File metadata and controls

69 lines (44 loc) · 4.55 KB
title description ms.assetid topic_type api_name api_location api_type ms.topic ms.date
WINBIO_DATABASE_TYPE Constants (Winbio\_types.h)
Flags that can be used for the Attributes member of the WINBIO\_STORAGE\_SCHEMA structure.
07e7e91c-3ca6-41cd-a2c7-ac43bb5156a6
apiref
WINBIO_DATABASE_TYPE_MASK
WINBIO_DATABASE_TYPE_FILE
WINBIO_DATABASE_TYPE_DBMS
WINBIO_DATABASE_TYPE_ONCHIP
WINBIO_DATABASE_TYPE_SMARTCARD
WINBIO_DATABASE_FLAG_MASK
WINBIO_DATABASE_FLAG_REMOVABLE
WINBIO_DATABASE_FLAG_REMOTE
Winbio_types.h
HeaderDef
reference
05/31/2018

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