Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
7-3
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 7      CtiOs Object
Methods
Parameters
bstrValue
The output parameter (return parameter in VB) containing a string listing the 
names and values of the object’s properties.
Return Value
COM:
 
Default HRESULT return value. See 
All Others: The string listing the names of all the object’s properties.
GetAllProperties
The GetAllProperties method returns all of the object’s properties and their 
values. For the properties that are calls, agents, or skillgroups, their string 
UniqueObjectIDs are returned, not the objects themselves. To get the objects 
themselves use 
, explained in 
Syntax
C++:
 bool GetAllProperties (Arguments** arguments)
COM:
HRESULT GetAllProperties (/*[out]*/ IArguments** arguments, 
/*[out,retval]*/ VARIANT_BOOL* errorcode)
VB:
GetAllProperties arguments As (CTIOSCLIENTLib.IArguments) As Bool
Java, .NET:
Arguments GetAllProperties()
Parameters
C++, COM, VB: arguments
Output parameter in the form of an arguments array that has all of the 
property names and values of the object.
errorcode
An output parameter (return parameter in VB) that contains a boolean 
indicating success or lack thereof.