#include “BlackIceDEVMODE.h”
BOOL IsEmailAuditLoggingEnabled (BlackIceDEVMODE* pDevMode);
Description
The function returns TRUE if the audit logging of the email sending is enabled otherwise FALSE. When audit logging is enabled, the Printer Driver generates log files in CSV format.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the audit logging is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None