Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
Chapter 9      Agent Object
Methods
9-42
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
Java/.NET: args
Not currently used, reserved for future use.
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Values
Default CTI OS return values. See 
Remarks
Supported for use with IPCC only. See 
information.
SendChatMessage
The SendChatMessage method sends asynchronous chat-like messages between 
CTI OS clients. Users can specify a distribution of one or more clients, and attach 
a text message. 
Syntax
C++:
int SendChatMessage (Arguments& args)
COM:
HRESULT SendChatMessage (/*[in]*/ IArguments *args, 
/*[out,retval]*/ int * errorcode)
VB:
SendChatMessage (args As CTIOSCLIENTLib.IArguments) As Long)
Java:
int SendChatMessage(Arguments args)
.NET:
CilError SendChatMessage(Arguments args)
Parameters
args
Input parameter in the form of an Arguments array that contains one or more 
of the SendChatMessage parameters listed in