TBarCode Library 11
TBarCode Library 11
|
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).
[in,out] | ppBarCode | Pointer to barcode structure. Only valid if return value is ErrOk (0) |
ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |