TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCAlloc ( t_BarCode **  ppBarCode)

Allocates and initializes barcode structure.

Must be called as first function before any other call using pBarCode. This function allocates and initializes the internal barcode structure to store all parameters. It sets the pointer that you pass to this function. For each barcode you want to use simultaneously, you have to call this function to get an appropriate handle (pBarCode).

Parameters:
[in,out]ppBarCodePointer to barcode structure. Only valid if return value is ErrOk (0)
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.
See also:
BCFree()