- displays a pop-up dialog requesting barcode information.
int WINAPI Bar2Dask2( LPBAR2D lpbc)
On calls to Bar2DAsk2() the barcode properties dialog is initially filled using the data contained in the BARCODE2D structure pointed to by lpbc.
If the dialog box is closed by pushing the OK button, then the values displayed in the dialog are copied to the BARCODE2D structure pointed to by lpbc.
If the dialog box is closed by pushing the CANCEL button, then the contents of the BARCODE2D structure pointed to by lpbc are left unchanged.
More: