#include "ltbar.h"
L_LTBAR_API L_INT L_BarCodeAAMVAIDBuilderBuild(pBuilder)
Pointer to an AAMVAIDBUILDER object.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function will attempt to build a valid AAMVAID. If this function succeeds, pBuilder->OutputID
will be a valid AAMVAID object and its data can be written using L_BarCodeWriteAAMVAData.
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_BarCodeAAMVAIDBuilderInit.