Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 7      CtiOs Object
Methods
7-6
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Parameters
num
An output parameter (return value in VB and C++) that contains an integer 
that is the number of properties currently a part of the object.
Return Value
COM: 
Default CTI OS return values. See 
All Others: 
An integer that is the number of properties currently a part of the 
object.
GetPropertyName
The GetPropertyName method returns the name of a property in a string format.
Syntax
C++: 
string GetPropertyName (int index)
COM: 
HRESULT GetPropertyName (/* [in] index, /*[out,retval]*/ name)
VB: 
GetPropertyName (index As Integer) As String
Java:
 int GetPropertyName (int iIndex)
Parameters
index
An integer parameter specifying the property or index number.
name
A string output parameter containing the property’s name.
Return Value
COM: 
Default CTI OS return values. See 
All Others: 
A string that contains the property’s name.