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