| TBarCode Library 11
    TBarCode Library 11
    | 
| VOID _stdcall BCGetErrorTextExtW | ( | t_BarCode * | pBarCode, | 
| ERRCODE | eCode, | ||
| LPWSTR | szText, | ||
| size_t | nSize | ||
| ) | 
Returns the extended English error text to given error code.
Returns the detailed English error text for a given error code. 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.
| [in] | pBarCode | Pointer to barcode structure. | 
| [in] | eCode | Error code. | 
| [in,out] | szText | Error text buffer. | 
| [in] | nSize | Buffer size of szText. |