TBarCode Library 11  TBarCode Library 11
BOOL _stdcall BCIsTextUnicode ( t_BarCode pBarCode)

Returns type of current input data.

Determines if barcode text was passed as UNICODE string or as ASCII string.

See also:
BCSetTextA(), BCSetTextW()
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
trueThe barcode data was set with BCSetTextW().
falseThe barcode data was set with BCSetTextA().