Engine Adapter Wrappers
The following wrapper functions are defined in Winbio_adapter.h. You can use them to call functions on your engine adapter.
Function | Description |
---|---|
WbioEngineAcceptSampleData |
Calls the EngineAdapterAcceptSampleData function. |
WbioEngineActivate |
Calls the EngineAdapterActivate function. This wrapper function is supported starting in Windows 10. |
WbioEngineAttach |
Calls the EngineAdapterAttach function. |
WbioEngineCheckForDuplicate |
Calls the EngineAdapterCheckForDuplicate function. |
WbioEngineClearContext |
Calls the EngineAdapterClearContext function. |
WbioEngineCommitEnrollment |
Calls the EngineAdapterCommitEnrollment function. |
WbioEngineControlUnit |
Calls the EngineAdapterControlUnit function. |
WbioEngineControlUnitPrivileged |
Calls the EngineAdapterControlUnitPrivileged function. |
WbioEngineCreateEnrollment |
Calls the EngineAdapterCreateEnrollment function. |
WbioEngineDeactivate |
Calls the EngineAdapterDeactivate function. This wrapper function is supported starting in Windows 10. |
WbioEngineDetach |
Calls the EngineAdapterDetach function. |
WbioEngineDiscardEnrollment |
Calls the EngineAdapterDiscardEnrollment function. |
WbioEngineExportEngineData |
Calls the EngineAdapterExportEngineData function. |
WbioEngineGetEnrollmentHash |
Calls the EngineAdapterGetEnrollmentHash function. |
WbioEngineGetEnrollmentStatus |
Calls the EngineAdapterGetEnrollmentStatus function. |
WbioEngineIdentifyAll |
Calls the EngineAdapterIdentifyAll function. This wrapper function is supported starting in Windows 10. |
WbioEngineIdentifyFeatureSet |
Calls the EngineAdapterIdentifyFeatureSet function. |
WbioEngineNotifyPowerChange |
Calls the EngineAdapterNotifyPowerChange function. This wrapper function is supported starting in Windows 8. |
WbioEnginePipelineCleanup |
Calls the EngineAdapterPipelineCleanup function. This wrapper function is supported starting in Windows 10. |
WbioEnginePipelineInit |
Calls the EngineAdapterPipelineInit function. This wrapper function is supported starting in Windows 10. |
WbioEngineQueryCalibrationData |
Calls the EngineAdapterQueryCalibrationData function. This wrapper function is supported starting in Windows 10. |
WbioEngineQueryExtendedEnrollmentStatus |
Calls the EngineAdapterQueryExtendedEnrollmentStatus function. This wrapper function is supported starting in Windows 10. |
WbioEngineQueryExtendedInfo |
Calls the EngineAdapterQueryExtendedInfo function. This wrapper function is supported starting in Windows 10. |
WbioEngineQueryHashAlgorithms |
Calls the EngineAdapterQueryHashAlgorithms function. |
WbioEngineQueryIndexVectorSize |
Calls the EngineAdapterQueryIndexVectorSize function. |
WbioEngineQueryPreferredFormat |
Calls the EngineAdapterQueryPreferredFormat function. |
WbioEngineQuerySampleHint |
Calls the EngineAdapterQuerySampleHint function. |
WbioEngineRefreshCache |
Calls the EngineAdapterRefreshCache function. This wrapper function is supported starting in Windows 10. |
WbioEngineSelectCalibrationFormat |
Calls the EngineAdapterSelectCalibrationFormat function. This wrapper function is supported starting in Windows 10. |
WbioEngineSetAccountPolicy |
Calls the EngineAdapterSetAccountPolicy function. This wrapper function is supported starting in Windows 10. |
WbioEngineSetEnrollmentParameters |
Calls the EngineAdapterSetEnrollmentParameters function. This wrapper function is supported starting in Windows 10. |
WbioEngineSetEnrollmentSelector |
Calls the EngineAdapterSetEnrollmentSelector function. This wrapper function is supported starting in Windows 10. |
WbioEngineSetHashAlgorithm |
Calls the EngineAdapterSetHashAlgorithm function. |
WbioEngineUpdateEnrollment |
Calls the EngineAdapterUpdateEnrollment function. |
WbioEngineVerifyFeatureSet |
Calls the EngineAdapterVerifyFeatureSet function. |