#include “BlackIceDEVMODE.h”
BOOL GetSharePointLogfile (BlackIceDEVMODE* pDevMode, LPTSTR pStr, DWORD* pSize);
Description
Returns the password of the SharePoint® server.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPTSTR pStr - pointer to string to store the path and name of the log file
DWORD* pSize - pointer to size in bytes of the pStr parameter
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None