Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 668
 
7-15
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(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)