TBarCode Library 11  TBarCode Library 11
VOID _stdcall BCGetErrorTextW ( ERRCODE  eCode,
LPWSTR  szText,
size_t  nSize 
)

Returns error text to given error code.

Returns the corresponding error text for a given error code. The returned string will be null-terminated.

Note:
WINDOWS only
Parameters:
[in]eCodeError code.
[in,out]szTextError text buffer.
[in]nSizeBuffer size of szText.