#include "ltbar.h"
L_LTBAR_API L_INT L_BarCodeWriteAAMVAData(pId, barCodeData, nDataLength)
The input AAMVAID.
The output barcode data.
The ouput barcode data length.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
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
Win32, x64, Linux.
For an example, refer to L_BarCodeAAMVAIDBuilderInit.