L_BarCodeAAMVAIDAddressPostalCode

#include "ltbar.h"

L_LTBAR_API L_INT L_BarCodeAAMVAIDAddressPostalCode(pId, pszAddressPostalCode)

Gets the cardholder's address postal code.

Parameters

const AAMVAID * pId

Pointer to the AAMVAID from which the address postal code will be retrieved.

L_CHAR ** pszAddressPostalCode

Pointer to a character string to be updated with the cardholder's address postal code.

Returns

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

Comments

Separation using dashes or spaces are ignored.

Canadian postal codes are typically six alphanumeric characters long:

eg. M4RQ5R

United States postal codes are typically in the five numeric character pre-1983 format or the nine numeric character post-1983 ZIP+4 format:

eg. 28205 or 282053245

Mexican postal codes are typically five numeric characters long:

eg. 77508

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.