L_BarCodeAAMVAIDBuilderInit

#include "ltbar.h"

L_LTBAR_API L_INT L_BarCodeAAMVAIDBuilderInit(pBuilder)

Parameters

AAMVAIDBUILDER *pBuilder

Pointer to an AAMVAIDBUILDER object.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

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

Platforms

Win32, x64, Linux.

See Also

Functions

Example

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

LEADTOOLS Barcode C API Help

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