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