resilar / HotFinger

Biometric hotkeys (Win10 application launcher)
The Unlicense
23 stars 3 forks source link

Improve the enumeration of biometric devices #4

Open resilar opened 5 years ago

resilar commented 5 years ago

The current code locates fingerprint sensor devices by enumerating the registry tree HKLM\System\CurrentControlSet\Enum. A better approach would be to use SetupDi* family of functions to enumerate the biometric device class, i.e., ClassGuid = {53D29EF7-377C-4D14-864B-EB3A85769359}.