L_BarCodeAAMVAIDOver21

Summary

Determines whether the cardholder is over 21 years old, based on the encoded data elements.

Syntax

#include "ltbar.h"

L_LTBAR_API L_INT L_BarCodeAAMVAIDOver21(pId, pszCurrentDate, bOver21)

Parameters

const AAMVAID * pId

Pointer to the AAMVAID.

const L_CHAR * pszCurrentDate

Pointer to the current date in yyyyMMdd format.

L_BOOL * bOver21

Pointer to a variable to be updated with the value indicating the cardholder is over 21 years old.
Possible values are:

Value Meaning
L_TRUE The cardholder is over 21 years old.
L_FALSE The cardholder is below 21 years old.

Returns

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

Comments

Acquisition of current date string left up to user.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_BarCodeParseAAMVAData

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

LEADTOOLS Barcode C API Help

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