#include “BlackIceDEVMODE.h”
BOOL SetEmailLogDir (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);
Description
Sets the path of the log directory. This value is used when the logging option is enabled. For more information please see the SetEmailLogging 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