Click here to Skip to main content
15,894,460 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I have been working to WPF, C# aplication which need to call Windows Biometric Framework API which is in C++.
How can we use these WBF C++ API for any WPF based application developed in C# ?

For Example: HRESULT CaptureSample()- The output of the API is captured image data in PWINBIO_BIR format of swipe finger from the laptop.

How to use the captured image data of the above API in my C# application ?
I want to use it on Windows 7 and Windows 8 machine to get the FingerPrint swipe application. Any sample app or code is needed to understand this.
Thanks-
Posted

1 solution

You can use PInvoke[^] to access a C library from C#.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900