IsRedirectPrintingPromptEnabled

 

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.

 

IsRedirectPrintingPromptEnabled (pDevMode As Long) As Boolean

 

Input value: pDevMode       

- handle to the BlackIceDEVMODE structure.

Return value: Boolean        

- TRUE if the prompt is enabled otherwise FALSE.

 

 

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