AAMVAIDBUILDER

Summary

Builder object for writing AAMVA ID data.

Syntax

typedef struct _AAMVAIDBUILDER 
{ 
   L_UINT uStructSize; 
   AAMVAID * OutputID; 
} AAMVAIDBUILDER; 

Members

uStructSize

The size of the struct.

OutputID

The output AAMVAID object of this builder.

Comments

This structure is used to create a valid AAMVAID object and subsequently write AAMVA CDS (Card Design Standard) compliant ID data.

The created AAMVAID object OutputID should be freed by the user after it is no longer needed using L_BarCodeFreeAAMVAID.

Usage

See Also

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.