summaryrefslogtreecommitdiff
path: root/biometrics/README.md
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 20:01:10 -0700
committerDen Delimarsky <[email protected]>2019-03-13 20:01:10 -0700
commit18cabc43191fd82420adcfac56c0361de98360c9 (patch)
tree09550ec1eeb8a83aab5ac9bba6215e2b8d0b72c0 /biometrics/README.md
parentdbc7785c3a7ced56ecac6b5a9dfb81ef45dedac6 (diff)
Diffstat (limited to 'biometrics/README.md')
-rw-r--r--biometrics/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/biometrics/README.md b/biometrics/README.md
index 97b2e07f..5a5981ac 100644
--- a/biometrics/README.md
+++ b/biometrics/README.md
@@ -90,4 +90,4 @@ WinBio Adapters are plug-in components that provide a standard interface layer b
For many simple biometric devices, it will only be necessary to write a WBDI driver for the device plus an Engine Adapter to perform matching operations. Consult the programming guidelines in the WinBio Service documentation for more details.
-Each Adapter sample contains a well-known interface-discovery function, whose job is to return the address of a function dispatch table. When the WinBio Service loads an Adapter plug-in, it uses the interface-discovery function to locate the dispatch table, and then calls various methods in the table to communicate with the biometric device. The purpose, arguments, and return codes of each Adapter method are described in the WinBio Service programming guidelines. More information on adapter plug-ins is available at [WBDI Plug-in Reference](https://docs.microsoft.com/windows/desktop/SecBioMet/plug-in-reference). \ No newline at end of file
+Each Adapter sample contains a well-known interface-discovery function, whose job is to return the address of a function dispatch table. When the WinBio Service loads an Adapter plug-in, it uses the interface-discovery function to locate the dispatch table, and then calls various methods in the table to communicate with the biometric device. The purpose, arguments, and return codes of each Adapter method are described in the WinBio Service programming guidelines. More information on adapter plug-ins is available at [WBDI Plug-in Reference](https://docs.microsoft.com/windows/desktop/SecBioMet/plug-in-reference).