Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
7-13
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 7      CtiOs Object
Methods
String GetValueString (int key)
Parameters
key
A key containing the name of the property whose value you want.
value
An output parameter (return parameter in VB) containing a BSTR pointer to 
the returned string value of the property.
Return Value
COM:
 
Default HRESULT return value. See 
 
Others: A string containing the value of the specified property.
GetValueUIntObj (Java only)
Retrieves a 32 bit unsigned integer with the specified key from the array.
Syntax
Long GetValueUIntObj( int iKey)
Long GetValueUIntObj( String sKey)
Parameters
key
Key ID of the value to be retrieved.
Returns
A Long object containing the 32 bit unsigned integer value or null if error.