Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
8-31
Cisco ICM Software CTI OS Developer’s Guide Release 6.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
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. Se
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)
COM:
HRESULT SetMessageFilter(/*{in]*/ BSTR filter, /*[out, retval]*/ 
int* errorcode)