L_BarCodeFree

#include "ltbar.h"

L_LTBAR_API L_VOID L_BarCodeFree(ppBarCodeData)

Frees storage allocated for a Barcode Data array.

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.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Barcode C API Help