Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
Chapter 8      Session Object
Methods
8-28
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
Syntax
C++:
 
CSilentMonitorManager * GetCurrentSilentMonitor();
COM:
 
HRESULT GetCurrentSilentMonitor (/*[out,retval]*/ 
ISilentMonitorManager ** pSilentMonitor);
VB:
 
GetCurrentSilentMonitor () As CTIOSCLIENTLIB. 
ISilentMonitorManager
Java,.NET:
 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
 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);
COM: 
HRESULT GetObjectFromObjectID (/*[in]*/ BSTR uniqueObjectID,
/*[out]*/ IDispatch ** object, /*[out, retval]*/ VARIANT_BOOL * 
errorcode);
VB: 
GetObjectFromObjectID(uniqueObjectID As String, object as 
IDispatch) As Boolean
Java:
CtiOsObject GetObjectFromObjectID(java.lang.String sUID)
.NET:
System.Boolean GetObjectFromObjectID(System.String sUID, out 
CtiOsObject rObj)