CryptoSys API Library Manual

hashAddBytes

Add an array of bytes to be digested.

Syntax

[VBA]
Public Function hashAddBytes ( _
    hContext As Long, _
    lpData() As Byte _
) As Long

Parameters

hContext
Handle to the HASH context.
lpData
Byte array containing the next part of the message.

Return Value

Long: Zero (0) on success, or a nonzero error code (use apiErrorLookup to check)
[PREV: errFormatErrorMessage...]   [Contents]   [Index]   
   [NEXT: hashAddString...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.