Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 490
   
12-5
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 12      Helper Classes
Arg Class
ARG NOTSET
ARG_BOOL
ARG_SHORT
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 receives the enumerated constant that identifies data type stored in IArg.
Return Values
COM: Default HRESULT return values. See