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, Linux.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.