L_BarCodeFree

#include "ltbar.h"

L_VOID EXT_FUNCTION L_BarCodeFree(ppBarCodeData)

pBARCODEDATA L_FAR * 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 BARCODEDATAstructure 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

See Also

Functions:

L_BarCodeRead, L_BarCodeWriteExt, L_BarCodeIsDuplicated, L_BarCodeGetDuplicated, L_BarCodeGetNextDuplicated, L_BarCodeVersionInfo, L_BarCodeGetFirstDuplicated, L_BarCodeWriteExt2

Topics:

Programming with LEADTOOLS Barcode

BarCode API Function Groups

Example

For complete sample code refer to MFCBar32 demo.

For an example, refer to L_BarCodeRead.