ERRCODE BCSetTextW ( t_BarCode pBarCode,
LPCWSTR  szText,
LONG  nLen 
)

Set barcode text (UNICODE version).

Specifies the data to be encoded as barcode (also called utilizable data). This is the UNICODE respectively Wide Character version of BCSetText(). Reserved for future use (currently Unicode is not supported by any bar code type).

See also:
BCGetTextW(), BCSetText(), BCIsTextUnicode(), BCGetTextLen()
Parameters:
[in] pBarCode Pointer to barcode structure.
[in] szText Bar-code text.
[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.


© 2006 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Thu Dec 7 13:38:27 2006 for TEC-IT TBarCode Library 7.0.4 with doxygen 1.4.7