TBarCode Library 11
TBarCode Library 11
|
Public API functions for basic functions. More...
Functions | |
BOOL | BCAttachInstance (HINSTANCE hInstance) |
Attach library to given instance (Windows static library only). More... | |
BOOL | BCAttach () |
Initializes TBarCode for further use (Windows static library only). More... | |
BOOL | BCDetach () |
Detach library from process (Windows static library only). More... | |
ERRCODE | BCInitLibraryA (LPCSTR szPath) |
Initializes TBarCode Library (UNIX and Windows CE only). More... | |
ERRCODE | BCInitLibraryW (LPCWSTR szPath) |
ERRCODE | _BCInitLibraryT (LPCTSTR szPath) |
ERRCODE | BCDeInitLibrary () |
De-initializes TBarCode Library (UNIX and Windows CE only). More... | |
ERRCODE | BCAlloc (t_BarCode **ppBarCode) |
Allocates and initializes barcode structure. More... | |
ERRCODE | BCClone (t_BarCode **ppBarCodeDest, const t_BarCode *pBarCodeSrc) |
Makes a clone of an existing bar code structure. More... | |
ERRCODE | BCFree (t_BarCode *pBarCode) |
Frees barcode structure. More... | |
ERRCODE | BCLicenseMeA (LPCSTR lpszLicensee, e_licKind eKindOfLicense, DWORD dwNoOfLicenses, LPCSTR lpszKey, e_licProduct eProductID) |
License TBarCode. More... | |
ERRCODE | BCLicenseMeW (LPCWSTR lpszLicensee, e_licKind eKindOfLicense, DWORD dwNoOfLicenses, LPCWSTR lpszKey, e_licProduct eProductID) |
ERRCODE | BCCreate (t_BarCode *pBarCode) |
Creates the internal barcode representation. More... | |
Public API functions for basic functions.
Include TBarCodeDLL.h or tbarcodelib.h to use these functions.
© 2023 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Wed Apr 10 2024 13:55:32 for TBarCode Library 11 with doxygen 1.9.1 |