BarCdin

 – sets the default barcode properties to the values passed as a BARCODE structure and a Logfnt structure and saves the defaults for future use.

Declare Function BarCdin 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:

BarCodew