TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCCreate ( t_BarCode pBarCode)

Creates the internal barcode representation.

Creates the internal barcode representation depending on all barcode parameters previously set. After this call the barcode is ready for drawing or saving (e.g. with BCDraw()). Do not change barcode parameters or input data after this call.

See also:
BCDraw(), BCSaveImage()
Note:
This function call is a must!
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.