WINBIO_BSP_SCHEMA structure
The WINBIO_BSP_SCHEMA structure describes the capabilities of a biometric service provider. This structure is used by the WinBioEnumServiceProviders function.
Syntax
typedef struct _WINBIO_BSP_SCHEMA {
WINBIO_BIOMETRIC_TYPE BiometricFactor;
WINBIO_UUID BspId;
WINBIO_STRING Description;
WINBIO_STRING Vendor;
WINBIO_VERSION Version;
} WINBIO_BSP_SCHEMA, *PWINBIO_BSP_SCHEMA;
Members
-
BiometricFactor
-
The type of biometric measurement used by this device. Currently this must be WINBIO_TYPE_FINGERPRINT.
-
BspId
-
A value that uniquely identifies this biometric service provider component.
-
Description
-
A NULL-terminated Unicode string that contains a description of the biometric service provider.
-
Vendor
-
A NULL-terminated Unicode string that contains the name of the vendor supplying the biometric service provider.
-
Version
-
A WINBIO_VERSION structure the contains the software version of the biometric service provider component.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|