Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
7-11
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 7      CtiOs Object
Methods
Parameters
C++, Java: key
Depending on the method used, either a string or int that contains the name or ID of the property 
whose value you want to retrieve.
COM, VB: key
VARIANT containing the ID or name of the property to retrieve.
.NET: sPropName
The name of the property values to retrieve.
.NET: strValue
Upon success, this output parameter contains the value of the specified property. Upon failure, this 
parameter is set to null.
.NET: eKeyID
Keyword ID of the property.
value
In C++, 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 
.NET:Boolean value indicating the success or failure of the method call (true, if success; otherwise 
false). 
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 key)
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.