SetUserTmpStr

Definition

ARIANT_BOOL SetUserTmpStr([in] long dwMachineNumber, [in]long dwEnrollNumber, [in] long dwFingerIndex, [in]BSTR TmpData)

Usage

Set the fingerprint templates of a user in string form. The only difference between this function and SetUserTmp is the fingerprint template format. Caution: The user must have been created on the device. If the same index is already registered by the same user, the fingerprint template will be overwritten.

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 set all fingerprint templates of the user at a time.
TmpData Fingerprint template data

ReturnValue

Return True if it is successful, or return False.

RelatedFunction

GetUserTmpStr