FinishFingerprint()
Syntax
Result$ = FinishFingerprint(#Fingerprint)Description
Finishes the calculation of a fingerprint started by StartFingerprint() and returns it as an hexadecimal string.
Parameters
#Fingerprint The fingerprint to finish.
Return value
Returns the fingerprint as an hexadecimal string.
Remarks
This command should be called to finish a fingerprint calculation, even if the fingerprint is actually no longer needed as it frees up any data associated with the calculation as well.
See StartFingerprint() for a code example and more information.
See Also
StartFingerprint(), AddFingerprintBuffer()
Supported OS
All