SetRedirectPrintingLog

 

Enables or disables the redirect printing logging feature.

 

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

 

Input value:pDevMode                    - handle to the BlackIceDEVMODE structure.

Input value:bEnable            - If tis value is TRUE the logging will be enabled. If the bEnable is FALSE the

                                                   logging will be disabled.

Return value:BOOL             - TRUE on success otherwise FALSE

 

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