VARIANT_BOOL SetUserTmp([in] long dwMachineNumber, [in] long dwEnrollNumber, [in] long dwFingerIndex, [in] BYTE* TmpData
Upload the fingerprint templates of a user in binary mode. The only difference between this function and SetUserTmpStr is the fingerprint template format. Caution: The user must have been created on the device. If the same index is already registered by the user, the fingerprint template will be overwritten
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
GetUserTmp