CryptoSys API Library Manual
macAddString
Adds a string to be authenticated.
Syntax
[VBA]
Public Function macAddString ( _
hContext As Long, _
szData As String _
) As Long
Parameters
- hContext
- Handle to the MAC 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)