Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
12-22
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 12      Helper Classes
Arguments Class
String GetElementKey(int iIndex)
.NET:
Boolean GetElement(System.Int32 iIndex, out Arg obArg)
Boolean GetElementInt(System.Int32 iIndex, out System.Int32
iValue )
Boolean GetElementUInt(System.Int32 iIndex, out System.Int64
nValue)
Boolean GetElementUShort(System.Int32 iIndex, out System.Int32
nValue)
Boolean GetElementShort(System.Int32 iIndex, out System.Int16
nValue)
Boolean GetElementBool(System.Int32 iIndex, out System.Boolean
bValue)
Boolean GetElementString(System.Int32 iIndex, out System.String
strValue)
Boolean GetElementArguments(System.Int32 iIndex, out Arguments
argArguments)
Boolean GetElementKey(System.Int32 iIndex, out System.String
strKey)
Parameters
value
An output parameter containing the value of the member at the specified 
index.
key
An output parameter containing the key of the member at the specified index.
index
An input parameter containing an index into the Arguments array.
Return Value
COM: Default HRESULT return values. See 
Others: Returns either the value at the index specified independently from its key, 
or a boolean indicating success or failure.