SetRedirectPrintingCopies

 

 

#include “BlackIceDEVMODE.h”

 

BOOL SetRedirectPrintingCopies (BlackIceDEVMODE* pDevMode, DWORD dwValue);

Description

Sets the number of copies the Printer Driver will print.

If this value is set to 1, the value is taken from the printing application. This setting does not affect the normal output, only the “Redirect printing” feature. The “Use number of copies” feature must be enabled using the SetRedirectPrintingForceNumberOfCopies function.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

DWORD dwValue                                       - The number of copies the printer driver will print.

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None