Hello,
I develop a small app in order to save fingerprints as images, using WBF and Winbio library. For this project, I need to implement WinBioCaptureSample function and I started by compiling the sample provided by Microsoft (https://docs.microsoft.com/en-us/windows/win32/api/winbio/nf-winbio-winbiocapturesample).
However, WinBioCaptureSample returns the error code 0x800106f7. Because there is no information about this error code on the web, I can't solve the problem.
Do you have any information about 0x800106f7 error code ?
Why does WinBioCaptureSample return this error code ?
My PC is equipped with the biometric device "Synaptics FP Sensors (WBF) (PID=003d)".
The driver is properly installed.
My app is launched as admin and from a local system account.
Windows Hello works properly.