Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
6-5
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 6      Event Interfaces and Events
ISessionEvents Interface
COM:
void OnConnectionRejected (IArguments * args)
VB:
Session_OnConnectionRejected (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Not currently used, reserved for future use.
OnCTIOSFailure
The OnCTIOSFailure event indicates that the CTI Server has fired either a 
FailureConf or a SystemEvent.
Syntax
C++:
void OnCTIOSFailure (Arguments& args)
COM:
void OnCTIOSFailure (IArguments * args)
VB:
Session_OnCTIOSFailure (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
FailureCode
INT
A value according to an enumerated value, as 
shown immediately following this table.
SystemEventID
INT
Present only if FailureCode equals 
ServerConnectionStatus. Contains a value 
according to an enumerated value, as shown 
immediately following this table.