#include “BlackIceDEVMODE.h”
BOOL SetEmailAuditLogDir (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);
Description
Sets the path of the audit log directory. This value is used when the audit logging option is enabled. For more information please see the SetEmailAuditLogging function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPCTSTR pStr - The full path of the log folder to set. The maximum length of this parameter is 260 (including terminating \0 character).
Return value
TRUE on success otherwise FALSE.
Programming Notes
None
Code Example
None