CryptoSys API Library Manual
macAddBytes
Adds an array of bytes to be authenticated.
Syntax
[VBA]
Public Function macAddBytes ( _
hContext As Long, _
lpData() As Byte _
) As Long
Parameters
- hContext
- Handle to the MAC 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)