TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCSetEncodingMode ( t_BarCode pBarCode,
e_EncodingMode  eMode 
)

Sets the data encoding mode.

The data encoding mode specifies how TBarCode interprets the input data. In dependence on whether the input data is UNICODE or single character encoded the mode has different effects. See e_EncodingMode and e_CodePage for a more detailed description.

See also:
BCGetEncodingMode(), BCGetCodePage(), BCSetCodePage(), e_EncodingMode, e_CodePage
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eModeThe encoding mode.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred