TBarCode Library 11
TBarCode Library 11
|
Public API functions to change barcode symbology and settings. More...
Functions | |
LONG _stdcall | BCGetBCCount () |
Returns number of implemented barcodes. | |
e_BarCType _stdcall | BCGetBCType (t_BarCode *pBarCode) |
Gets the barcode type (symbology) currently adjusted. | |
ERRCODE _stdcall | BCSetBCType (t_BarCode *pBarCode, e_BarCType eType) |
Chooses the required barcode type (symbology). | |
LPCSTR *_stdcall | BCGetBCListA () |
Returns implemented barcode symbologies Returns string-array of implemented barcodes. | |
LPCWSTR *_stdcall | BCGetBCListW () |
Returns implemented barcode symbologies Returns string-array of implemented barcodes. | |
LPCSTR _stdcall | BCGetBCNameByTypeA (e_BarCType eBCType) |
Returns the barcode name according to given bar code type. | |
LPCWSTR _stdcall | BCGetBCNameByTypeW (e_BarCType eBCType) |
Returns the barcode name according to given bar code type. |
Public API functions to change barcode symbology and settings.
Required include file: "tbarcode.h"