Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
8-25
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 8      Session Object
Methods
GetAllProperties
See 
 for a description of the GetAllProperties method.
GetAllSkillGroups
The GetAllSkillGroups method returns an array of object IDs. Each object ID is 
associated with a skill group stored in the CIL.
Syntax
C++:
Arguments & GetAllSkillGroups()
COM:
HRESULT GetAllSkillGroups(/*[out, retval]*/ VARIANT *
args)
VB:
GetAllSkillGroups (args As VARIANT)
Java , .NET:
 Arguments 
GetAll
SkillGroups()
Parameters
args 
C++, Java, and .NET: A pointer or a fereence to an Arguments array where 
each member has a string key that is the UniqueObjectID of a skill group and 
a value that is a reference to a CilRefArg that is a pointer to the skill group 
object. 
COM /VB: A pointer to a VARIANT containing a SAFEARRAY of pointers 
to ISkillGroups.
Return Values
COM/VB: Default CTI OS return values. See 
Java/.NET: Returns NULL if the value requested is not found or if there is an 
error. If the method succeeds, it returns a pointer or a reference to an Arguments 
array where each member has a string key that is the UniqueObjectID of a skill 
group and a value that is a reference to a CilRefArg that is a pointer to the skill 
group object.