Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
8-29
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 8      Session Object
Methods
Parameters
COM/C++/VB: uniqueObjectID
A string reference that contains the UniqueObjectID of the requested Call, 
Agent, or Skillgroup object.
.NET: sUID
A string reference that contains the UniqueObjectID of the requested Call, 
Agent, or Skillgroup object.
COM/C++: object
A pointer to either a CTIOSObject in C++ (which is a CILRefArg) or an 
IDispatch * pointing to either an ICall, an IAgent, or an ISkillGroup in COM.
.NET: rObj
A pointer to either a CTIOSObject in C++ (which is a CILRefArg) or an 
IDispatch * pointing to either an ICall, an IAgent, or an ISkillGroup in COM.
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Values
COM: Default HRESULT return value. See 
C++, VB, .NET: A boolean indicating success or failure of the method.
The Java version of this method return NULL if the value requested is not found 
or if there is an error.
Remarks
Many events use UniqueObjectIDs instead of the objects themselves. Use this 
method to get the object if it is necessary for processing.