SetRedirectPrintingPrompt

 

 

#include “BlackIceDEVMODE.h”

 

BOOL SetRedirectPrintingPrompt (BlackIceDEVMODE* pDevMode, BOOL bEnable);

 

Description

 

Enables or disables the “Prompt the User to Select the Printer during printing” option.

When the option is enabled, a window is shown for the user during printing, where the printer can be selected.

 

Parameters

 

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                          - set to TRUE to enable the prompt, or set to FALSE to disable it.

 

Return value

 

TRUE on success, otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None