#include "ltbar.h"
L_LTBAR_API L_VOID L_BarCodeExit()
Closes the barcode engine and frees the loaded DLLs for Barcode operations from memory.
None.
This function closes and frees the LEADTOOLS Barcode DLLs. This must be the last barcode-related function that is called in an application. No other Barcode function can be used after L_BarCodeExit is called. To use other functions after calling this function, L_BarCodeInit must be called again.
Required DLLs and Libraries
Win32, x64, Linux.
For an example, refer to L_BarCodeRead.