JcBernack / WinBioNET

Managed wrapper in C#/NET for the Windows Biometric Framework
MIT License
60 stars 14 forks source link

TODO: parse WINBIO_BIR structure at pointer #3

Closed leitner closed 8 years ago

leitner commented 8 years ago

Hi, in the function CaptureSample(...) the sample is saved in a IntPtr variable. So my question is, how must that be parsed to get the sample of the fingerprinter?

JcBernack commented 8 years ago

I don't know exactly, that's why i skipped it. From what I understand part of the structure will even be specific to the sensor you're using. There is some information on msdn, but I won't be able to work on it. https://msdn.microsoft.com/en-us/library/windows/hardware/ff536459(v=vs.85).aspx