Description This method displays the “Printer Setup” dialog box. The dialog box lists all installed printers, with the first active printer highlighted. The user can select the “Setup...” button from the Printer Setup dialog box. This would load the selected device driver and activate its own setup dialog box where user can change the printer’s configuration (e.g., paper orientation, etc.).
Syntax lRet = [BIPrint.]PrinterSetup
Remarks lRet LONGLONG Handle to a MS Windows DEVMODE data structure. The DEVMODE data structure contains information about the device initialization and the environment of a printer driver. NULL if failed. The user is responsible to release this memory block.
Wnd LONGLONG Window handle for the DialogBoxes.
See Also