L_BarCodeGetAAMVADataElementInfo

#include "ltbar.h"

L_LTBAR_API L_INT L_BarCodeGetAAMVADataElementInfo(version, values)

Acquires an array of AAMVADATAELEMENTINFO structures for all defined data elements in the given AAMVA CDS version.

Parameters

L_AAMVA_VERSION version

The version of the AAMVA CDS from which data element info will be acquired. Data Element definitions can change across versions of the AAMVA CDS.

AAMVADATAELEMENTINFO ** values

Array of AAMVADATAELEMENTINFO that will be allocated and filled. The length of the array will be equal to AAMVA_DEFINED_DATA_ELEMENTS_COUNT.

Returns

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

Comments

Used to get data element friendly names, definitions, max lengths, and character restrictions.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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

LEADTOOLS Barcode C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.