Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
7-15
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 7      CtiOs Object
Methods
value
An output parameter (return parameter in VB) containing a 
VARIANT_BOOL pointer indicating whether or not a property with the 
specified name exists for the object.
Return Value
COM:
 
Default HRESULT return value. See 
 
Others: A boolean indicating whether or not a property with the specified name 
exists for the object.
ReportError (Java only)
The ReportError method sets the value of the LastError property to iErrCode and 
writes the error to the log as critical.
Syntax
int ReportError(int iError)
Parameters
Error
The error to report.
Returns
The same error code that was passed in through iErrCode.