ERRCODE BCSetTextEBCDIC ( INT  nCodepage,
t_BarCode pBarCode,
LPCSTR  szText,
LONG  nLen 
)

Sets barcode text (EBCDIC version).

This function works the same like BCSetTextA() except that the text is specified in EBCDIC encoding and internally converted to ASCII.

Parameters:
[in] nCodepage The codepage number.
[in] pBarCode Pointer to barcode structure.
[in] szText Bar-code text (EBCDIC encoded).
[in] nLen Length of input string.
  • >0: Length of string is specifed in nLen
  • 0: TBarCode expects a \0-terminated string
Return values:
ERRCODE ErrOk (0) in case of success. Non-zero if error occurred.


© 2007 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Nov 27 14:28:02 2007 for TEC-IT TBarCode Library 8.0.0 with doxygen 1.5.3