Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
12-20
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 12      Helper Classes
Arguments Class
Others: Either a reference to the newly created Arguments structure or a boolean 
indicating method success.
Remarks
C++, COM: Internally this method increments the Arg’s reference count, so do 
not call AddRef(). However, you must call Release() after you are finished with 
the Arg.
DumpArgs
The DumpArgs method builds a string showing all of the members of the 
Arguments structure in the form “key1 = value1; key2 = value2;...”. It is primarily 
used for debugging.
Syntax
C++:
string DumpArgs()
COM:
HRESULT DumpArgs([out,retval] BSTR* 
arg_string
);
VB:  
DumpArgs() as String
Java, .NET:
string DumpArgs()
Parameters
arg_string
The pointer to the string containing the contents of the Arguments array 
listing all of the key/value pairs in the format of “key1 = value1; key2 = 
value2;...”.
Return Values
COM: Default HRESULT return values. See 
Others: A string containing the contents of the Arguments array listing all 
key/value pairs