IsRedirectPrintingLogEnabled

 

#include “BlackIceDEVMODE.h”

BOOL IsRedirectPrintingLogEnabled (BlackIceDEVMODE* pDevMode, BOOL* bEnable);

Description

Gets whether the redirect printing logging is enabled.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL* bEnable                                           - Pointer to BOOL variable. This value will be TRUE if the logging function is   enabled otherwise FALSE.

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None