Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 508
   
5-16
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 8.0(1)
Chapter 5      CTI OS ActiveX Controls
CTI OS ActiveX Control Descriptions
This is a column index number and an input parameter as type Integer.
Return Value
Return type is String.
GetColumnInfo
Gets the information about the requested column.
Syntax
COM: HRESULT GetColumnInfo([in] short nCol, [out] long *plColType, [out] int *iColWidth, 
[out] int *iColTextAlign, [out] BSTR *bstrColTitle)
VB:
GetColumnInfo(nCol As Short, ByRef plcoltype As Integer, ByRef icolwidth As Integer, 
ByRef bstrcoltitle As String)
.NET: GetColumnInfo(System.Int16  nCol, System.Int32 plcoltype, System.Int32 icolwidth, 
System.String bstrcoltitle)
Parameters
nCol
This is a column index number and an input parameter as type Short.
plcoltype
This is a column type value and an output parameter as type Integer.
icolwidth
This is a column width value and an output parameter as Integer.
bstrcoltitle 
This is a column title text and an output parameter as type String.
Return Value
None.
GetSelectedRow
Gets the selected row index.
Syntax
COM: HRESULT GetSelectedRow([out,retval] int *nRow)
VB:
GetSelectedRow() As Integer
.NET: System.Int32 GetSelectedRow()
Parameters
None.
Return Value
Return type is Integer.
SelectRow
Sets the requested row as selected.
Syntax