Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
8-39
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 8      Session Object
Methods
Syntax
C++:
 
int SetCurrentSilentMonitor(CSilentMonitorManager * 
pSilentMonitor);
COM:
 
HRESULT SetCurrentSilentMonitor (/*[in]*/ ISilentMonitorManager 
* pSilentMonitor, /*[out,retval]*/ int * errorcode);
VB:
SetCurrentSilentMonitor (ByVal pSilentMonitor As 
CTIOSCLIENTLIB. ISilentMonitorManager) As Long
Java:
Not available
.NET:
Not available
Parameters
pSilentMonitor
Valid pointer to a SilentMonitorManager object created via 
CreateSilentMonitorManager
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Values
Default CTI OS return values. See 
Remarks
Supported for use with IPCC only.
SetMessageFilter
The SetMessageFilter method specifies a filter for CTI OS Server to use to 
determine which events are sent to a monitor mode client. 
Syntax
C++:
int SetMessageFilter(string filter)