TBarCode Library 11
TBarCode Library 11
|
Public API functions to set and apply check-digits. More...
Functions | |
e_CDMethod _stdcall | BCGetCDMethod (t_BarCode *pBarCode) |
Gets the check-digit method currently in use. More... | |
ERRCODE _stdcall | BCSetCDMethod (t_BarCode *pBarCode, e_CDMethod eMethod) |
Chooses check-digit method to be used. More... | |
ERRCODE _stdcall | BCCalcCD (t_BarCode *pBarCode) |
Calculates check-digit(s). More... | |
e_CDMethod *_stdcall | BCGetCDListByType (e_BarCType eBCType) |
Returns the implemented check-digit methods for a barcode symbology. More... | |
LONG _stdcall | BCGetCDCount () |
Returns number of implemented check-digit methods. More... | |
ERRCODE _stdcall | BCCalcCDExtA (t_BarCode *pBarCode, LPCSTR lpszData, e_CDMethod eCDMethod, LPSTR lpszChecksum, LONG *nChecksum) |
Calculates check-digit(s) for a given data string. More... | |
ERRCODE _stdcall | BCCalcCDExtW (t_BarCode *pBarCode, LPCWSTR lpszData, e_CDMethod eCDMethod, LPWSTR lpszChecksum, LONG *nChecksum) |
Calculates check-digit(s) for a given data string. More... | |
LONG _stdcall | BCGetCheckDigitsA (t_BarCode *pBarCode, LPSTR lpszCDText, LONG nSize) |
Returns all computed check-digits for the current barcode. More... | |
LONG _stdcall | BCGetCheckDigitsW (t_BarCode *pBarCode, LPWSTR lpszCDText, LONG nSize) |
Returns all computed check-digits for the current barcode. More... | |
LPCSTR _stdcall | BCGetNameFromEnumA (e_CDMethod eCDMethod) |
Returns name of check-digit method. More... | |
LPCWSTR _stdcall | BCGetNameFromEnumW (e_CDMethod eCDMethod) |
Returns name of check-digit method. More... | |
LPCSTR *_stdcall | BCGetCDListA () |
Returns the implemented check-digit methods. More... | |
LPCWSTR *_stdcall | BCGetCDListW () |
Returns the implemented check-digit methods. More... | |
Public API functions to set and apply check-digits.
Required include file: "tbarcode.h"
© 2014 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Tue Aug 12 2014 12:30:32 for TBarCode Library 11 with doxygen 1.8.3.1 |