BiSaveDefaultPrinterSettings

#include “BIADVPRN.H”

 

BOOL  BiSaveDefaultPrinterSettings( LPTSTR                       szPrinterName,
BlackIceDEVMODE* pDevMode);

Description

Use this function to save the new settings to the printer.

Parameters

LPTSTR

szPrinterName

Printer Name (string).

BlackIceDEVMODE*

pDevMode

Pointer to the BlackIceDEVMODE structure.

Return values

TRUE if the DevMode was successfully updated, otherwise FALSE.

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.