#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. |
None.
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. |
Win32, x64, Linux.
For an example, refer to L_BarCodeRead.