SetRedirectPrintingLogFile

 

Sets the path and filename of the redirect printing log file.

 

SetRedirectPrintingLogFile (pDevMode As Long, szLogFile As String) As Boolean

 

Input value:pDevMode                    - handle to the BlackIceDEVMODE structure.

Input value:szLogFile                      - Path and filename of the redirect printing log file.

Return value:BOOL             - TRUE on success otherwise FALSE

 

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