Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
7-5
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 7      CtiOs Object
Methods
Return Value
An Arg reference containing the value of the desired element.
The C++ and Java versions of this method return NULL if the value requested is 
not found or if there is an error.
GetLastError (Java only)
The GetLastError method returns the last error that occurred on the calling thread\
Syntax
int GetLastError ()
Parameters
None.
Returns
An Integer object containing the error, or null if the object is not found or if there 
is an error.
GetNumProperties
The GetNumProperties method returns the number of properties of that object.
Syntax
C++: 
int GetNumProperties ()
COM: 
HRESULT GetNumProperties (/*[out,retval]*/ int * num
VB: 
GetNumProperties () As Long
Java:
 int GetNumProperties ()