L_BarCodeAAMVAIDBuilderSetSubfileType

#include "ltbar.h"

L_LTBAR_API L_INT L_BarCodeAAMVAIDBuilderSetSubfileType(pBuilder, nSubfileIndex, subfileType, subfileTypeCode)

Parameters

AAMVAIDBUILDER *pBuilder

Pointer to an AAMVAIDBUILDER object.

L_UINT nSubfileIndex

The subfile index. Must be < pBuilder->OutputID->NumberOfEntries.

L_AAMVA_SUBFILE_TYPE subfileType

The L_AAMVA_SUBFILE_TYPE.

const L_CHAR *subfileTypeCode

The subfile type code.

Returns

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

Comments

subfileTypeCode is only needed when subfileType is L_AAMVA_SUBFILE_TYPE_JURISDICTION_SPECIFIC. Otherwise, subfileTypeCode can be NULL and will be set appropriately internally.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Example

For an example, refer to L_BarCodeAAMVAIDBuilderInit.

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.