Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 3.87 KB

ne-winbio-winbio_async_notification_method.md

File metadata and controls

91 lines (68 loc) · 3.87 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:winbio._WINBIO_ASYNC_NOTIFICATION_METHOD
WINBIO_ASYNC_NOTIFICATION_METHOD (winbio.h)
Defines constants that specify how completion notifications for asynchronous operations are to be delivered to the client application.
*PWINBIO_ASYNC_NOTIFICATION_METHOD
WINBIO_ASYNC_NOTIFICATION_METHOD
WINBIO_ASYNC_NOTIFICATION_METHOD enumeration [Windows Biometric Framework API]
WINBIO_ASYNC_NOTIFY_CALLBACK
WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE
WINBIO_ASYNC_NOTIFY_MESSAGE
WINBIO_ASYNC_NOTIFY_NONE
secbiomet.winbio_async_notification_method
winbio/WINBIO_ASYNC_NOTIFICATION_METHOD
winbio/WINBIO_ASYNC_NOTIFY_CALLBACK
winbio/WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE
winbio/WINBIO_ASYNC_NOTIFY_MESSAGE
winbio/WINBIO_ASYNC_NOTIFY_NONE
secbiomet\winbio_async_notification_method.htm
SecBioMet
3256B178-DF12-4448-B775-CE419F793597
12/05/2018
*PWINBIO_ASYNC_NOTIFICATION_METHOD, WINBIO_ASYNC_NOTIFICATION_METHOD, WINBIO_ASYNC_NOTIFICATION_METHOD enumeration [Windows Biometric Framework API], WINBIO_ASYNC_NOTIFY_CALLBACK, WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE, WINBIO_ASYNC_NOTIFY_MESSAGE, WINBIO_ASYNC_NOTIFY_NONE, secbiomet.winbio_async_notification_method, winbio/WINBIO_ASYNC_NOTIFICATION_METHOD, winbio/WINBIO_ASYNC_NOTIFY_CALLBACK, winbio/WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE, winbio/WINBIO_ASYNC_NOTIFY_MESSAGE, winbio/WINBIO_ASYNC_NOTIFY_NONE
winbio.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
WINBIO_ASYNC_NOTIFICATION_METHOD, *PWINBIO_ASYNC_NOTIFICATION_METHOD
19H1
_WINBIO_ASYNC_NOTIFICATION_METHOD
winbio/_WINBIO_ASYNC_NOTIFICATION_METHOD
PWINBIO_ASYNC_NOTIFICATION_METHOD
winbio/PWINBIO_ASYNC_NOTIFICATION_METHOD
WINBIO_ASYNC_NOTIFICATION_METHOD
winbio/WINBIO_ASYNC_NOTIFICATION_METHOD
c++
APIRef
kbSyntax
HeaderDef
Winbio.h
WINBIO_ASYNC_NOTIFICATION_METHOD

WINBIO_ASYNC_NOTIFICATION_METHOD enumeration

-description

Defines constants that specify how completion notifications for asynchronous operations are to be delivered to the client application. This enumeration is used by the WinBioAsyncOpenFramework and WinBioAsyncOpenSession functions.

-enum-fields

-field WINBIO_ASYNC_NOTIFY_NONE:0

The operation is synchronous.

-field WINBIO_ASYNC_NOTIFY_CALLBACK

The client-implemented PWINBIO_ASYNC_COMPLETION_CALLBACK function is called by the framework.

-field WINBIO_ASYNC_NOTIFY_MESSAGE

The framework sends completion notices to the client application window message queue.

-field WINBIO_ASYNC_NOTIFY_MAXIMUM_VALUE

The maximum enumeration value. This constant is not directly used by the WinBioAsyncOpenFramework and WinBioAsyncOpenSession.

-remarks

This enumeration was introduced in Windows 8.

-see-also

Client Application Enumerations

WinBioAsyncOpenFramework

WinBioAsyncOpenSession