Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nortel Symposium API in a COM Object

Status
Not open for further replies.

kingkanth

Programmer
Jul 1, 2004
1
US
Hi I am developing an appication where I need to desplay the Appl and skill set data from Symposium. I am just wondering if any one of you aware of any COM object where i can call the methodes of that object to get the data from Symposium server????
Your help is greatly appreciated.
Thx
 
Hi,

ICERtdControl 1.0 Type Library

'Get Application
Function GetApplicationStat([type As tagICERtdStatTypeEnum = rtdMovingWindow]) As Object
method GetApplicationStat

'Update Application
Event UpdateApplicationStat(type As Long, recSet As Object) As VT_HRESULT
method UpdateApplicationStat

'Get Skillset
Function GetSkillsetStat([type As tagICERtdStatTypeEnum = rtdMovingWindow]) As Object
method GetSkillsetStat

'Update Skillset
Event UpdateSkillsetStat(type As Long, recSet As Object) As VT_HRESULT
method UpdateSkillsetStat
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top