Document Title Here
AET65 API
Version 1.0
idvation GmbH
Otto-Hesse-Straße 19 / T5
Phone +49 6151 9926567
D-64293 Darmstadt
Fax +49 6151 3689296
www.idvation.com
Page 17 of 84
Page 17 of 84
3.3.3.
ABSVerifyMatch
ABS_STATUS ABSVerifyMatch(
IN ABS_CONNECTION hConnection
IN ABS_BIR *pEnrolledTemplate
IN ABS_BIR *pVerificationTemplate
OUT ABS_BOOL *pResult
IN ABS_DWORD dwFlags
)
Description
Compares whether two given templates match or not.
Parameters
hConnection
Handle to the connection to FM.
pEnrolledTemplate
The first template to be compared.
In the most common situation, when a template with enrollment
purpose is being matched with a template with another purpose,
the enrollment template has to be passed as this parameter.
pVerificationTemplate
The second template to be compared.
In the most common situation, when a template with enrollment
purpose is being matched with a template with another purpose,
the latter template has to be passed as this parameter.
pResult
Output parameter to be set to result of the comparing. Set to
ABS_TRUE if the two BIRs do match and ABS_FALSE if they do
not.
dwFlags
Reserved for future use. Set to zero.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.