int WINAPI ImageFileName(LPSTR szFileName);
szFileName is a pointer to a null-terminated string that will receive the fully qualified file name selected from a Windows File Save dialog.
Displays a Windows File Save dialog allowing the user to specify a filename and filetype for saving a graphics file image of a barcode. The szFileName parameter points to a string (which must allow for 256 characters) that will receive the fully qualified filename. This string may be used directly in Bar2Df, Bar2Df2, Bar2D2f or Bar2D2f2 calls.
More: