Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
12-6
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 12      Helper Classes
Arg Class
Syntax
C++:
string DumpArg()
COM:
 HRESULT DumpArg([out,retval] BSTR* arg_string);
VB:
DumpArg() as String
Java:
Not available
Parameters
arg_string
The pointer to the string into which the contents of the Arg object will be 
written.
Return Values
COM: Default HRESULT return values. Se
Others: A string containing the contents of the structure.
GetType
The GetType method returns the type of the data stored by the Arg. See 
 for a list of possible types.
Syntax
C++:
enumArgTypes GetType()
COM:
HRESULT GetType(/*[out, retval]*/ int* type);
VB: 
GetType () as Integer 
Java:
int GetType()
Output Parameters
type
Integer that receive the enumerated constant that identifies data type stored 
in IArg.