Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
10-27
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 10      Call Object
Methods
Syntax
C++:
int SingleStepTransfer(Arguments& args)
COM:
HRESULT SingleStepTransfer (/*[in]*/ IArguments * args, /*[out, retval]*/ int * 
errorcode)
VB:
SingleStepTransfer (args As CTIOSCLIENTLib.IArguments, errorcode As Long)
Java:
int SingleStepTransfer(Arguments rASrgs)
.NET:
CilError SingleStepTransfer(Arguments args)
Parameters
args
An output parameter of either a reference or a pointer to an Arguments array containing parameters 
from 
. Any of these parameters included should be added to the Arguments array using 
the associated keyword.
errorcode 
An output parameter (return parameter in VB) that contains an error code from 
 in 
Return Values
Default CTI OS return values. See 
Snapshot
The Snapshot method issues a server request to retrieve the current call information. If values are passed 
in the optional args parameter, the snapshot request will return the server's current call values for only 
the requested arguments. Otherwise all call information is returned, including the fields described under 
GetCallContext and GetCallData. See OnCallDataUpdate
 
in 
 for 
more information.
Syntax
C++
int Snapshot()
int Snapshot(Arguments & optional_args)
COM:
HRESULT Snapshot (/*[in,optional]*/  IArguments * optional_args,    (/*[out, 
retval]*/ int * errorcode )
VB:
Snapshot([optional_args As IArguments]) As Long
Java:
int Snapshot(Arguments rArgs)
.NET:
CilError Snapshot(Arguments Args)
Parameters
optional_args
An input parameter of either a pointer or a reference to an Arguments array.
errorcode 
An output parameter (return parameter in VB) that contains an error code from 
 in