GetSharePointDirectory

 

#include “BlackIceDEVMODE.h”

 

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

Description

Returns the name of the SharePoint® repository.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPTSTR pStr                                                - pointer to string to store the name of the repository

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

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None