Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
10-37
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 10      Call Object
Methods
.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)