| 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.
| [in] | pBarCode | Pointer to barcode structure. | 
| true | The barcode data was set with BCSetTextW(). | 
| false | The barcode data was set with BCSetTextA(). |