TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCGetErrorTextExtForLanguageA ( t_BarCode pBarCode,
ERRCODE  eCode,
e_Language  eLang,
LPSTR  szText,
size_t  nSize 
)

Returns the extended error text for given error code in given language.

Returns the detailed English error text for a given error code in given language. The returned string will be null-terminated and contains the error code, the error description and the source of the error (character position) if available.

Note:
Call after BCCreate()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eCodeError code.
[in]eLangLanguage identifier.
[in,out]szTextError text buffer.
[in]nSizeBuffer size of szText.