#include "ltbar.h"
L_LTBAR_API L_INT L_BarCodeAAMVAIDBuilderSetJurisdiction(pBuilder, jurisdiction, psIssuerIdentificationNumber)
Pointer to an AAMVAIDBUILDER object.
The L_AAMVA_JURISDICTION
The issuer identification Number.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
IIN can be null. Any actual value passed will override internal IIN matched to the passed jurisdiction.
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_BarCodeAAMVAIDBuilderInit.