summaryrefslogtreecommitdiff
path: root/biometrics
diff options
context:
space:
mode:
Diffstat (limited to 'biometrics')
-rw-r--r--biometrics/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/biometrics/README.md b/biometrics/README.md
index 2f6371b5..abf0235e 100644
--- a/biometrics/README.md
+++ b/biometrics/README.md
@@ -12,12 +12,12 @@ products:
The Windows Biometric Driver Samples contain the Windows Biometric Driver Interface sample and the Windows Biometric Service Adapter samples.
-The following table describes the samples contained in this sample set:
+## Windows Biometric Driver Interface
-*Windows Biometric Driver Interface*
This sample implements the Windows Biometric Driver Interface (WBDI). It contains skeleton code for handling the mandatory IOCTLs necessary to interoperate with the Windows Biometric Framework. A WBDI driver can be deployed in conjunction with an engine adapter DLL to allow a sensor to be exposed from the Windows Biometric Framework. This sample has been written to make use of the UMDF framework, which allows for ease of development and system stability.
-*Windows Biometric Service Adapters*
+## Windows Biometric Service Adapters
+
These samples provide skeleton code that developers can use as a basis for writing Sensor, Engine, and Storage Adapters for the Windows Biometric Service. Note that the stubs in these samples are non-functional, and Adapter writers will need to follow the programming guidelines in the WinBio Service documentation in order produce a working Adapter component.
## Build the sample