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