Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
Chapter 13      SilentMonitorManager Object
Methods
13-16
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
Return Values
Default CTI OS return values. See 
StartSMMonitoringMode
The StartSMMonitoringMode method puts the SilentMonitorManager in 
Monitoring mode.
Syntax 
C++:
 int StartSMMonitoringMode (Arguments & reserved_args );
COM:
  
HRESULT StartSMMonitoringMode ( /*[in]*/ IArguments * 
reserved_args, /*[out,retval]*/ int * errorcode );
VB:
 
StartSMMonitoringMode (ByVal reserved_args as 
CTIOSCLIENTLIB.IArguments) As Long
Parameters
reserved_args
Not currently used, reserved for future use.
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Values
Default CTI OS return values. See 
StopSilentMonitorMode
The StopSilentMonitorMode method sets the SilentMonitorManager mode to 
eSMModeNotSet. If a silent monitor session is active at the time, the session will 
be terminated.