GetSharePointPass

 

#include “BlackIceDEVMODE.h”

 

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

Description

Returns the password of the SharePoint® server.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPTSTR pStr                                                - pointer to string to store the password of the server

DWORD* pSize                                            - pointer to size in bytes of the pStr parameter

Return value                       

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None