문제

i am programming in c# to develop WBF FMA(Windows Biometric Framework Fingerprint management application).

i am using WinBioDeleteTemplate() function to delete a template.it works fine most times.

But sometimes it returns 80098002 returncode.

After i restart the system,it works fine.

So,what is an issue? How to i resolve this?

도움이 되었습니까?

해결책

this error suggests that The unit ID number does not correspond to a valid biometric device. You are possibly passing an invalid unit id to WinBioDeleteTemplate() and that is why you are receiving this error.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top