Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
8-21
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 8      Session Object
Methods
GetCurrentSilentMonitor
The GetCurrentSilentMonitor method returns a pointer to the 
SilentMonitorManager object instance that is set as the current manager in the 
session object.
Syntax
C++:
 CSilentMonitorManager * GetCurrentSilentMonitor();
COM:
 HRESULT GetCurrentSilentMonitor (/*[out,retval]*/ 
ISilentMonitorManager ** pSilentMonitor);
VB:
 GetCurrentSilentMonitor () As CTIOSCLIENTLIB. 
ISilentMonitorManager
Java:
 Not available
Return Values
Pointer to the current Silent Monitor Manager in the session object.
GetElement
See 
 for a description of the GetElement method.
GetNumProperties
See 
 for a description of the GetNumProperties method.
GetObjectFromObjectID
Given a string containing the UniqueObjectID of a call, an agent, or a skill group, 
the GetObjectFromObjectID method returns a pointer to the associated object.
Syntax
C++: 
bool GetObjectFromObjectID (string& uniqueObjectID, CCtiosObject 
** object);