Sets the width of the bearer bars [1/1000 mm]. 
By default, bearer bars are deactivated (eBearerBar_None). To activate bearer bars the bearer bar type has to be set to eBearerBar_TopAndBottom or eBearerBar_Rectangle. The bearer bar width has to be set to -1 (for the default minimum bearer bar of 2X) or to a value > 0. 
 The vertical bearer bar is only displayed, if you have set a quiet zone at left and right >= 12 modules (the quiet zone is necessary to keep the bar code readable).
 The rule for the minimum valid quiet zone (left/right) is 10X + bearer bar width (>= 2X). 
- Parameters:
- 
  
    | [in] | pBarCode | Pointer to barcode structure. |  | [in] | nBearerWidth | The width of the bearer bars in 1/1000 mm or -1 if the default minimum bearer bar width should be used. |  
 
- Return values:
- 
  
    | ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |  
 
- See also:
- BCGetBearerBarWidth(), BCGetBearerBarType(), BCSetBearerBarType()