TBarCode Library 11  TBarCode Library 11
BOOL BCGet_CompSym_IsCCPresent ( t_BarCode pBarCode)

Determines if a composite component was created.

After BCCreate() you can check if a composite component is present (and therefore is part of the created symbol). This method is useful if you adjusted a composite component to be created but - depending on missing input data - the composite component may be omitted (only the linear bar code appears).

Note:
Call after BCCreate()
Parameters:
[in]pBarCodePointer to barcode structure.
Return values:
trueA composite component was created
falseNo composite component was created