TBarCode Library 11  TBarCode Library 11
e_CodePage _stdcall BCGetCodePage ( t_BarCode pBarCode)

Gets the input data encoding code page.

If the data encoding mode is set to eEncMode_CodePage this function specifies in which code page the input data is encoded. Otherwise the code page is ignored. If the this function returns eCodePage_Custom use the function BCGetCodePageCustom to receive the code page.

See also:
BCSetEncodingMode(), BCGetEncodingMode(), BCSetCodePage(), BCSetCodePageCustom(), BCGetCodePageCustom()
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
e_CodePageThe Code Page Identifier.