TBarCode Library 11
TBarCode Library 11
|
Modifies the behavior of TBarCode regarding check-digit computation. More...
Functions | |
e_CDMethod _stdcall | BCGetCDMethod (t_BarCode *pBarCode) |
Gets the check-digit method currently in use. | |
ERRCODE _stdcall | BCSetCDMethod (t_BarCode *pBarCode, e_CDMethod eMethod) |
Chooses check-digit method to be used. | |
ERRCODE _stdcall | BCCalcCD (t_BarCode *pBarCode) |
Calculates check-digit(s). | |
e_CDMethod *_stdcall | BCGetCDListByType (e_BarCType eBCType) |
Returns the implemented check-digit methods for a barcode symbology. | |
LONG _stdcall | BCGetCDCount () |
Returns number of implemented check-digit methods. | |
ERRCODE _stdcall | BCCalcCDExtA (t_BarCode *pBarCode, LPCSTR lpszData, e_CDMethod eCDMethod, LPSTR lpszChecksum, LONG *nChecksum) |
Calculates check-digit(s) for a given data string. | |
ERRCODE _stdcall | BCCalcCDExtW (t_BarCode *pBarCode, LPCWSTR lpszData, e_CDMethod eCDMethod, LPWSTR lpszChecksum, LONG *nChecksum) |
Calculates check-digit(s) for a given data string. | |
LONG _stdcall | BCGetCheckDigitsA (t_BarCode *pBarCode, LPSTR lpszCDText, LONG nSize) |
Returns all computed check-digits for the current barcode. | |
LONG _stdcall | BCGetCheckDigitsW (t_BarCode *pBarCode, LPWSTR lpszCDText, LONG nSize) |
Returns all computed check-digits for the current barcode. | |
LPCSTR _stdcall | BCGetNameFromEnumA (e_CDMethod eCDMethod) |
Returns name of check-digit method. | |
LPCWSTR _stdcall | BCGetNameFromEnumW (e_CDMethod eCDMethod) |
Returns name of check-digit method. | |
LPCSTR *_stdcall | BCGetCDListA () |
Returns the implemented check-digit methods. | |
LPCWSTR *_stdcall | BCGetCDListW () |
Returns the implemented check-digit methods. |
Modifies the behavior of TBarCode regarding check-digit computation.