CryptoSys API Library Manual
hashAddString
Add a string to be digested.
Syntax
[VBA]
Public Function hashAddString ( _
hContext As Long, _
szData As String _
) As Long
Parameters
- hContext
- Handle to the HASH context.
- szData
- String containing the next part of the message.
Return Value
Long: Zero (0) on success, or a nonzero error code (use
apiErrorLookup to check)