IsSharePointHTTPSEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsSharePointHTTPSEnabled (BlackIceDEVMODE* pDevMode);

Description

Returns TRUE if SSL is used for SharePoint® connections.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if SSL is used for SharePoint® connections.

Programming Notes

None

Code Example

None