ICtiDesktopManager.StartCtiInterface Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the CTI subsystem.
public:
bool StartCtiInterface();
public bool StartCtiInterface ();
abstract member StartCtiInterface : unit -> bool
Public Function StartCtiInterface () As Boolean
Returns
True
if CTI is initialized, otherwise false
.