Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
Chapter 12      Helper Classes
CILRefArg Class (C++, Java, and .NET only)
12-34
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
Output Parameters
type
Integer that receives the enumerated constant that identifies the data type 
stored in Arg. In this case, that data type will be ARG_REFERENCE.
Return Values
COM: Default HRESULT return values. See 
Others: Returns the enumerated value that identifies the data type stored in the 
Arg (see 
). For CilRefArg, this will always be ARG_REFERENCE.
GetUniqueObjectID (Java and .NET only)
The GetUniqueObjectID method returns the unique objectID of the contained 
CtiOsObject.
Syntax
String      GetUniqueObjectID() 
Parameters
None.
Return Values
If successful, it returns the unique objectID of the contained CtiOsObject. If no 
object is contained in the CilRefArg, it returns null.
Remarks
To obtain a unique object ID in C++, use bool GetValueString(string* pString).