Unknown error with WinBioEnrollCommit function in windows biometric framework
I am using the Windows Biometric Framework API and have encountered an error.I followed the onInstall() and onAdd() functions in tutorial #1, and then called the onEnrollOrPractice() function in tutorial #2.
- https://learn.microsoft.com/en-us/windows/win32/secbiomet/private-pool-setup
- https://learn.microsoft.com/en-us/windows/win32/secbiomet/private-pool-enrollment
However, the WinBioEnrollBegin function returned error code 0x800106be, which I couldn't find documented on https://learn.microsoft.com/en-us/windows/win32/secbiomet/client-error-codes or anywhere else on the internet.
I need help finding the cause and a fix for the error. Thank you.
Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.