Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
10-19
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 10      Call Object
Methods
Remarks
This is simply a convenience method to be called to get all of a call’s 
non-CallVariable data at one time. If only certain data members are desired, call 
the appropriate GetValue method for each instead.
GetCallData
The GetCallData method returns the values ofCallVariable1 through 
CallVariable10 and all of the ECC (Extended CallContext) variables.
Syntax
C++:
int GetCallData(Arguments& args)
COM:
HRESULT GetCallData (/*[out,retval]*/ IArguments ** args)
VB:
GetCallData (CTIOSCLIENTLib.IArguments args)
Java:
Arguments GetCallData()
.NET:
Arguments GetCallData()
Parameters
args
C++, COM, and VB: An output parameter containing a reference or a 
pointer to an Arguments array containing the call data, as described under 
Remarks.
Return Value
C++, COM, and VB: Default HRESULT return values. See 
Java/.NET: A reference to an Arguments array that, on return, holds parameters 
described under Remarks.