Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
6-17
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ISessionEvents Interface
Syntax
C++:
void OnMonitorModeEstablished(Arguments& args)
COM:
void OnMonitorModeEstablished (IArguments * args)
VB:
session_OnMonitorModeEstablished (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
OnSnapshotDeviceConf
The OnSnapshotDeviceConf confirmation message is fired to the client as part of 
a snapshot operation. For AgentMode clients, the OnSnapshotDeviceConf will 
arrive at startup time, after the OnQueryAgentStateConf message. The 
OnSnapshotDeviceConf indicates the number of calls present at the device, and 
their UniqueObjectIDs. 
Syntax
C++:
void OnSnapshotDeviceConf (Arguments & args);
COM:
HRESULT OnSnapshotDeviceConf ([in] IArguments * args);
VB:
Session_ OnSnapshotDeviceConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
CIL 
ConnectionID
STRING
ID of the client’s connection on the server.