#include "ltbar.h"
L_LTBAR_API L_INT L_BarCodeAAMVAIDBuilderInit(pBuilder)
Pointer to an AAMVAIDBUILDER object.
| Value | Meaning |
|---|---|
| SUCCESS | The function was successful. |
| < 1 | An error occurred. Refer to Return Codes. |
This function initializes the AAMVAIDBUILDER structure at pBuilder. This process allocates the initial memory for the AAMVAID object AAMVAIDBUILDER.OutputID inside pBuilder.
AAMVAIDBUILDER.OutputID should be freed by the user after it is no longer needed using L_BarCodeFreeAAMVAID.
L_BarCodeAAMVAIDBuilderInit must be called before calling any of L_BarCodeAAMVAIDBuilderSetXXX functions.
Required DLLs and Libraries
Win32, x64, Linux.