Determines the source of the error when creating composite symbologies.
If BCCreate() returns with an error this function indicates whether the error happened in the base symbology or in the composite symbol. Example: If the composite component could not be created due to wrong data this function returns true.
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
- Return values:
-
| true | Error occurred during creation of the composite component |
| false | Error occurred during creation of the base symbology |