NextFingerprint()

语法

NextFingerprint(#Fingerprint, *Buffer, Size)
概要
Add a new memory buffer into the calculation of a checksum started by ExamineMD5Fingerprint() or ExamineSHA1Fingerprint(). The checksum returned at the end of the calculation will include all the added buffers as if the checksum was calculated with all of them in one continuous memory buffer.

参数

#FingerPrint The fingerprint to which the data should be added.
*Buffer The buffer to be added to the fingerprint.
Size The amount of bytes to be added to the fingerprint.

返回值

无.

Remarks

See ExamineMD5Fingerprint() or ExamineSHA1Fingerprint() for a code example and more information.

参阅

ExamineMD5Fingerprint(), ExamineSHA1Fingerprint(), FinishFingerprint()

已支持操作系统

所有

<- MD5Fingerprint() - Cipher Index - OpenCryptRandom() ->