Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
12-7
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 12      Helper Classes
Arg Class
  •
ARG_USHORT
  •
ARG_INT
  •
ARG_UINT
See 
 for a list of valid types.
Syntax
COM, C++, Java:
 Use GetType.
.NET:
 ArgDataType GetArgType()
Parameters
None.
Returns
int code for the type of value contained in this Arg.
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()
.NET:
  Use the GetArgType method.
Output Parameters
type
Integer that receive the enumerated constant that identifies data type stored in 
IArg.