BiSavePrinterSettings

Description         Use this function to save the new settings to the printer. The settings are saved to the current user if possible (Win2000), if not the settings are saved to all users (default).

Syntax                 RetVal = [BIAdvPrn.]BiSavePrinterSettings  szPrinterName pDevMode

Returns               RetVal                    Boolean           TRUE if the DevMode was successfully updated, otherwise FALSE.

Remarks             szPrinterName      STRING         Printer Name (string).

                            pDevMode         BlackIceDEVMODE*    Pointer to the BlackIceDEVMODE structure.

See Also