GetSharePointUser

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetSharePointUser (BlackIceDEVMODE* pDevMode, LPTSTR pStr, DWORD* pSize);

Description

Returns the user name of the SharePoint® server.

Parameters

Input value pDevMode:       - pointer to the BlackIceDEVMODE structure.

Input value pStr:       - pointer to string to store the user name of the server

Input value pSize:    - pointer to size in bytes of the pStr parameter

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None