AddFingerprintBuffer()
Syntax
AddFingerprintBuffer(#Fingerprint, *Buffer, Size)Description
Add a new memory buffer into the calculation of a checksum started by StartFingerprint(). 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 StartFingerprint() for a code example and more information.
See Also
StartFingerprint(), FinishFingerprint()
Supported OS
All