GetUserTmp

Definition

VARIANT_BOOL GetUserTmp([in] long dwMachineNumber, [in] long dwEnrollNumber, [in] long dwFingerIndex, [out] BYTE* TmpData, [out] long * TmpLength

Usage

Obtain the fingerprint templates of a user in binary mode. The only difference between this function and GetUserTmpStr is the fingerprint template format.

Parameter

dwMachineNumber Device number.
dwEnrollNumber User ID
dwFingerIndex Index of the fingerprint. The value ranges from 0 to 9. When the device uses IntercorpFinger10.0, the index can be specified as 15 to obtain all fingerprint templates of the user at a time.
TmpData Fingerprint template data
TmpLength Fingerprint template length

ReturnValue

Return True if it is successful, or return False.

RelatedFunction

SetUserTmp