L_BarCodeFree

#include "ltbar.h"

L_LTBAR_API L_VOID L_BarCodeFree(ppBarCodeData)

pBARCODEDATA * ppBarCodeData;

/* address of a pointer to a BARCODEDATA structure */

Frees storage allocated for a Barcode Data array.

Parameter

Description

ppBarCodeData

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

Returns

None.

Comments

Call this function to free the memory allocated by L_BarCodeRead.

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

Required DLLs and Libraries

LTBAR

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

Platforms

Win32, x64, Mobile

See Also

Functions:

L_BarCodeRead, L_BarCodeIsDuplicated, L_BarCodeGetDuplicated, L_BarCodeGetNextDuplicated, L_BarCodeVersionInfo, L_BarCodeGetFirstDuplicated, L_BarCodeWrite

Topics:

Programming with LEADTOOLS Barcode

BarCode C DLL Function Groups

Example

For an example, refer to L_BarCodeRead.