WINBIO_EVENT Constants

The following constants can be used in the WinBioRegisterEventMonitor function to specify the types of service provider event notifications to monitor.

Constant Description
WINBIO_EVENT_FP_UNCLAIMED
The sensor detected a finger swipe that was not requested by the application or by the window that currently has focus. The Windows Biometric Framework calls into your callback function to indicate that a finger swipe has occurred but does not try to identify the fingerprint.
WINBIO_EVENT_FP_UNCLAIMED_IDENTIFY
The sensor detected a finger swipe that was not requested by the application or by the window that currently has focus. The Windows Biometric Framework attempts to identify the fingerprint and passes the result of that process to your callback function.

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