SetSharePointHTTPS

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetSharePointHTTPS (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Enables or disables SSL for SharePoint® connections.

Parameters

Input value pDevMode:       - pointer to the BlackIceDEVMODE structure.

Input value bEnable:           - state to set

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None