Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 508
   
8-15
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 8.0(1)
Chapter 8      Session Object
Methods
VB:
GetAllCalls (args As VARIANT)
Java:
Arguments GetAllCalls()
.NET:
Arguments GetAllCalls()
Parameters
args
COM /VB: A pointer to a VARIANT containing a SAFEARRAY of pointers to ICalls.
Return Values
COM/VB: Default CTI OS return values. See 
Java/.NET: Returns NULL if the value requested is not found or if there is an error. If the method 
succeeds, it returns a pointer or a reference to an Arguments array where each member has a string key 
that is the UniqueObjectID of a call and a value that is a reference to a CilRefArg that is a pointer to the 
call object.
C++: An empty Arguments array if the value requested is not found or if there is an error. If the method 
succeeds, it returns a pointer or a reference to an Arguments array where each member has a string key 
that is the UniqueObjectID of a call and a value that is a reference to a CilRefArg that is a pointer to the 
call object.