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 15 of 84
Page 15 of 84
3.3. Biometric Functions
We will describe the biometric functions in this chapter.
3.3.1.
ABSEnroll
ABS_STATUS ABSEnroll(
IN ABS_CONNECTION hConnection
IN ABS_OPERATION *pOperation
OUT ABS_BIR **ppEnrolledTemplate IN
ABS_DWORD dwFlags
)
Description
Scan the live finger, process it into a fingerprint template and
return it to the caller.
Parameters
hConnection
Handle to the connection to FM.
pOperation
See description of ABS_OPERATION.
Ppenrolled Template
Address of the pointer, which will be set to point to the resulting
template (BIR). The template has to be discarded by a call to
ABSFree.
dwFlags
Reserved for future use. Set to zero.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.