GetUserTmpStr

Definition

VARIANT_BOOL GetUserTmpStr([in] long dwMachineNumber,[in] long dwEnrollNumber, [in] long dwFingerIndex, [out] BSTR* TmpDa , [out] long * TmpLength)

Usage

Obtain the fingerprint templates of a user in string form. The only difference between this function and GetUserTmp 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
TmpData Fingerprint template data
TmpLength Fingerprint template length

ReturnValue

Return True if it is successful, or return False.

RelatedFunction

SetUserTmpStr