L_BarCodeAAMVAIDExpirationAvailable

Summary

Determines whether it is possible to determine the expiration date of the AAMVAID, based on the encoded data elements.

Syntax

#include "ltbar.h"

L_LTBAR_API L_INT L_BarCodeAAMVAIDExpirationAvailable(pId, bAvailable)

Parameters

const AAMVAID * pId

Pointer to the AAMVAID.

L_BOOL * bAvailable

Pointer to a variable to be updated with the result. Possible values are:

Value Meaning
L_TRUE It is possible to determine the expiration date.
L_FALSE It is not possible to determine the expiration date.

Returns

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

Comments

If pAvailable is set to L_TRUE, then it is safe to use L_BarCodeAAVAMIDExpired.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_BarCodeParseAAMVAData

Help Version 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.