FinishFingerprint()
语法
Result$ = FinishFingerprint(#Fingerprint)概要
Finishes the calculation of a checksum started by ExamineMD5Fingerprint() or ExamineSHA1Fingerprint() and returns the checksum as a string.
参数
#FingerPrint The fingerprint to finish.
返回值
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.
参阅
ExamineMD5Fingerprint(), ExamineSHA1Fingerprint(), NextFingerprint()
已支持操作系统
所有