TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCSetCodePageCustom ( t_BarCode pBarCode,
UINT  nCodePage 
)

Sets the input data encoding code page.

If another than a predefined code page shall be used that means, if the code page is set to eCodePage_Custom, this function specifies in which code page the input data is encoded. Otherwise the value returned by BCGetCodePage is used.

See also:
BCSetEncodingMode(), BCGetEncodingMode(), BCGetCodePage(), e_EncodingMode, e_CodePage
Parameters:
[in]pBarCodePointer to barcode structure.
[in]nCodePageThe code page identifier (or CP number).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred