#include "ltbar.h"
L_LTBAR_API L_INT L_BarCodeAAMVAIDExpired(pId, pszCurrentDate, bExpired)
Determines whether the AAMVAID is expired, based on the encoded data elements.
Pointer to the AAMVAID.
Pointer to the current date in yyyyMMdd format.
Pointer to a variable to be updated with the result. Possible values are:
Value | Meaning |
---|---|
L_TRUE | The AAMVAID is expired. |
L_FALSE | The AAMVAID is valid. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Acquisition of current date string left up to user.
The date format is yyyyMMdd.
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_BarCodeParseAAMVAData