NextFingerprint()

Syntax

NextFingerprint(#Fingerprint, *Buffer, Size)
Description
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.

Parameters

#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.

Return value

None.

Remarks

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

See Also

ExamineMD5Fingerprint(), ExamineSHA1Fingerprint(), FinishFingerprint()

Supported OS

All

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