TBarCode Library 11
TBarCode Library 11
|
Error handling functions. More...
Modules | |
Error Codes | |
The following table lists all error codes that can be returned by TBarCode. | |
Example | |
This example shows the error handling concept of TBarCode. | |
Functions | |
INT _stdcall | BCGetInvalidDataPos (t_BarCode *pBarCode) |
Gets position of invalid character in input data. | |
VOID _stdcall | BCGetErrorTextA (ERRCODE eCode, LPSTR szText, size_t nSize) |
Returns error text to given error code. | |
VOID _stdcall | BCGetErrorTextW (ERRCODE eCode, LPWSTR szText, size_t nSize) |
Returns error text to given error code. | |
VOID _stdcall | BCGetErrorTextExtA (t_BarCode *pBarCode, ERRCODE eCode, LPSTR szText, size_t nSize) |
Returns extended error text to given error code. | |
VOID _stdcall | BCGetErrorTextExtW (t_BarCode *pBarCode, ERRCODE eCode, LPWSTR szText, size_t nSize) |
Returns extended error text to given error code. |
Error handling functions.