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

Frees barcode structure.

Must be called as last function and frees all resources used by pBarCode. The pointer pBarCode must not be used after this call.

Parameters:
[in]pBarCodePointer to barcode structure.
See also:
BCAlloc()
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.