L_BarCodeFree

Summary

Frees storage allocated for a Barcode Data array.

Syntax

#include "ltbar.h"

L_LTBAR_API L_VOID L_BarCodeFree(ppBarCodeData)

Parameters

pBARCODEDATA * ppBarCodeData

Address of the pointer to the BARCODEDATA structure array. This function will free the array of BARCODEDATA structures allocated by L_BarCodeRead or L_BarCodeReadExt.

Returns

None.

Comments

Call this function to free the memory allocated by L_BarCodeRead or L_BarCodeReadExt.

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

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_BarCodeRead.

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.