L_BarCodeWriteAAMVAData

#include "ltbar.h"

L_LTBAR_API L_INT L_BarCodeWriteAAMVAData(pId, barCodeData, nDataLength)

Parameters

const AAMVAID *pId

The input AAMVAID.

L_CHAR **barCodeData

The output barcode data.

L_UINT *nDataLength

The ouput barcode data length.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

This function allocates a memory and writes to it AAMVA barcode data given a valid AAMVAID pId. The allocated memory's address is stored in barcodeData.

The user should free this memory after it is no longer needed by calling L_BarCodeAAMVAMemoryFree and passing the value in barCodeData.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Example

For an example, refer to L_BarCodeAAMVAIDBuilderInit.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Barcode C API Help