SetRedirectPrintingPrompt

 

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.

 

SetRedirectPrintingPrompt (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value: pDevMode       

- handle to the BlackIceDEVMODE structure.

Input value: bEnable           

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

Return value: Boolean        

- TRUE on success otherwise FALSE

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.