#include "ltbar.h"
L_LTBAR_API L_INT L_BarCodeAAMVAIDOver19Available(pId, bAvailable)
Determines whether it is possible to determine the cardholder is over 19 years old, based on the encoded data elements.
Pointer to the AAMVAID.
Pointer to a variable to be updated with the value indicating the ability of determining the cardholder is over 19 years old. Possible values are:
Value | Meaning |
---|---|
L_TRUE | Able to determine the cardholder is over 19 years old. |
L_FALSE | Unable to determine the cardholder is over 19 years old. |
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
If pAvailable is set to L_TRUE, it is safe to use L_BarCodeAAVAMIDOver19
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_BarCodeParseAAMVAData