BarCdrd

  - copies the current default barcode properties into a BARCODE structure and a LogFnt structure.

Declare Function BarCdrd Lib “Dlsbar34” (bc As BARCODE, lf As LogFont) As Long

where bc is a BARCODE structure and lf is a LogFnt structure. The function always returns 0.

More:

BarCdin