SetRedirectPrintingLog

 

 

#include “BlackIceDEVMODE.h”

 

BOOL SetRedirectPrintingLog (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Enables or disables the redirect printing logging feature.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                             - If tis value is TRUE the logging will be enabled. If the bEnable is FALSE the   logging will be disabled.

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None