| TBarCode Library 11
    TBarCode Library 11
    | 
Makes a clone of an existing bar code structure.
Call this function if you need a deep copy of a bar code structure. You have to call BCFree on pBarCodeDest after using in order to free the allocated resources.
| [in,out] | ppBarCodeDest | Pointer to destination barcode structure. | 
| [in] | pBarCodeSrc | Pointer to source barcode structure. | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |