SetRedirectPrintingPrinterName

 

 

#include “BlackIceDEVMODE.h”

 

BOOL SetRedirectPrintingPrinterName(BlackIceDEVMODE* pDevMode ,

LPCWSTR RedirectPrinterName);

Description

Sets the name of the printer that the print job will be redirected to. . This function is obsolete.

Parameters

 

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPCWSTR RedirectPrinterName              - name of redirect printer

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None