Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
7-11
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 7      CtiOs Object
Methods
Parameters
key
The name of the property whose value you want.
value
COM: An output parameter (return value in VB, C++, and Java) containing 
an arArguments** to the returned value of the property. 
.NET: An output parameter containing the Arguments array value upon 
success. Upon failure, this parameter is set to null.
Return Value
COM:
 
Default HRESULT return value. See 
 
.NET: Returns true if the value is retrieved. Returns false if the value is not found.
Others: A reference to an Arguments array containing the value of the specified 
property.
GetValueBoolObj (Java and .NET only)
The GetValueBool method retrieves the Boolean value of the specified property. 
Syntax
Boolean GetValueBoolObj(int iKey)
Boolean GetValueBoolObj(String sKey)
Parameters
Key
Key ID for the object to be retrieved.