| TBarCode Library 11
    TBarCode Library 11
    | 
| ERRCODE _stdcall _BCInitLibraryT | ( | LPCTSTR | szPath | ) | 
Initializes TBarCode Library (UNIX and Windows CE only).
Must be called after loading TBarCode library and before calling any other functions from TBarCode.
| [in] | szPath | Directory in which the TBarCode license files are to be searched. TBarCode Library can be licensed per application using BCLicenseMe() or globally on a system. To license TBarCode globally a valid license file named 'license.ini' must be placed in the path specified with szPath. The default location for 'license.ini' is '/usr/local/share/tbarcode11'. | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |