LBarCode::Free

Summary

Frees storage allocated for a Barcode Data array.

Syntax

#include "ltwrappr.h"

static L_INT LBarCode::Free(pBarCodeData)

Parameters

pBARCODEDATA pBarCodeData

Pointer to the BARCODEDATA structure. This function will free the specified BARCODEDATA structure, which was allocated by the LBarCode::Read function.

Returns

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

Comments

Call this function to free the memory allocated by LBarCode::Read function.

This function should be called when your program no longer needs a barcode data array.

The LBarCode class calls this function when the destructor is called. This function may also be called to free a specific barcode data item.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For complete sample code, refer to the BarCode demo.
For an example, refer to LBarCode::GetFirstDuplicated.

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++ Class Library Help

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