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] | pBarCode | Pointer to barcode structure. |  
 
- Return values:
- 
  
    | true | A composite component was created |  | false | No composite component was created |