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)
[PREV: hashLength...]   [Contents]   [Index]   
   [NEXT: macAddString...]

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