L_BarCodeExit
#include "ltbar.h"
L_LTBAR_API L_VOID L_BarCodeExit(L_VOID)
Closes the barcode engine and frees the loaded DLLs for Barcode operations from memory.
Returns
None.
Comments
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
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
Example
For an example, refer to L_BarCodeRead.