SetRedirectPrintingLogFile

 

#include “BlackIceDEVMODE.h”

 

BOOL SetRedirectPrintingLogFile (BlackIceDEVMODE* pDevMode, LPCTSTR pLogFileName);

Description

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

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPCTSTR pLogFileName                          - Path and filename of the redirect printing log file.

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None