Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
7-3
Cisco ICM Software CTI OS Developer’s Guide Release 6.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:
Arguments GetAllProperties()
Parameters
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.