IsRedirectPrintingPromptEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL IsRedirectPrintingPromptEnabled (BlackIceDEVMODE* pDevMode, BOOL* bEnable);

 

Description

 

Returns whether the “Prompt the User to Select the Printer during printing” option is enabled or not.

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                                        

- Pointer to BOOL variable. This value will be TRUE if the prompt is enabled otherwise FALSE.

 

Return value

 

TRUE on success, otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None