L_BarCodeAAMVAIDExpired

#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.

Parameters

const AAMVAID * pId

Pointer to the AAMVAID.

const L_CHAR * pszCurrentDate

Pointer to the current date in yyyyMMdd format.

L_BOOL * bExpired

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.

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.

The date format is yyyyMMdd.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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.