SetSharePointServer

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetSharePointServer (BlackIceDEVMODE* pDevMode, LPTSTR pServer);

Description

Sets the name of the SharePoint® server.

Parameters

Input value pDevMode:       - pointer to the BlackIceDEVMODE structure.

Input value pServer: - pointer to server name

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None