You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}.
The text was updated successfully, but these errors were encountered:
resilar
changed the title
Enumerate biometric devices in
Improve the enumeration of biometric devices
Nov 13, 2018
The current code locates fingerprint sensor devices by enumerating the registry tree
HKLM\System\CurrentControlSet\Enum
. A better approach would be to useSetupDi*
family of functions to enumerate the biometric device class, i.e.,ClassGuid = {53D29EF7-377C-4D14-864B-EB3A85769359}
.The text was updated successfully, but these errors were encountered: