IsSharePointSilentEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsSharePointSilentEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns TRUE if the silent SharePoint® uploading is enable otherwise FALSE.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the silent SharePoint® uploading is enable, otherwise FALSE.

Programming Notes

None

Code Example

None