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