L_BarCodeGetAAMVADataElementInfo

Summary

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

Syntax

#include "ltbar.h"

L_LTBAR_API L_INT L_BarCodeGetAAMVADataElementInfo(version, values)

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.

See Also

Functions

Topics

Example

For an example, refer to L_BarCodeParseAAMVAData

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

LEADTOOLS Barcode C API Help

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