#include “BlackIceDEVMODE.h”
BOOL SetSharePointLogfile (BlackIceDEVMODE* pDevMode, LPTSTR pStr);
Description
Sets the password of the SharePoint® server.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPTSTR pStr - pointer to path and name of the log file to set
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None