- displays a pop-up dialog requesting barcode information.
int WINAPI BarAskwF( LPSTR data, LPINT bEnable)
where bEnable controls whether the dBarcode dialog enables its data control which allows the barcode data to be displayed and modified, and data may be barcode data displayed in the dialog.
If bEnable is non-zero the data contained in the data string is displayed in the dBarcode dialog box, and any changes made to the data in the dialog box are copied to the data string when the OK button is pushed.

The BarAskwF() call allows the dialog to set the default font barcode properties and the default font with which the barcode symbol should be displayed or printed (as returned by BarCodewF() calls).
For Visual Basic the declaration is
Private Declare Function BarAskwF Lib "Dlsbar34" (ByVal St$, ByRef be As Long) As Long
More: