SetSharePointSilent

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetSharePointSilent (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Sets the state of the SharePoint® silent uploading.

Parameters

Input value pDevMode:       - pointer to the BlackIceDEVMODE structure.

Input value bEnable:           - state to set

Return value

TRUE if the modification is success, otherwise FALSE.

Programming Notes

None

Code Example

None