#include “BlackIceDEVMODE.h”
BOOL SetEmailAuditLogging (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables/Disables the audit logging of the email sending. When audit logging is enabled, the Printer Driver generates log files in CSV format.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - state to set
Return value
TRUE on success, otherwise FALSE
Programming Notes
None
Code Example
None