SetSharePointUser

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetSharePointUser (BlackIceDEVMODE* pDevMode, LPTSTR pStr);

Description

Sets the user name of the SharePoint® server.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPTSTR pStr                                                - pointer to user name to set

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None