SetSharePointUpload

#include “BlackIceDEVMODE.h”

 

BOOL            SetSharePointUpload (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Sets the state of the SharePoint® uploading.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                             - state to set

Return value

TRUE if the modification is success, otherwise FALSE.

Programming Notes

None

Code Example

None