Cisco Cisco Computer Telephony Integration Option 8.5 개발자 가이드

다운로드
페이지 546
 
Chapter 8      Session Object
Methods
8-18
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Syntax
C++:
int GetAllCalls (Arguments *args)
COM:
HRESULT GetAllCalls(/*[out, retval]*/ VARIANT *args)
VB:
GetAllCalls (args As VARIANT)
Java:
Arguments GetAllCalls()
Parameters
args
C++ and Java:
 A pointer or a reference to an Arguments array where each 
member has a key that is the UniqueObjectID of a call and a value that is a 
reference to a CilRefArg that is a pointer to a call object.
COM and VB: 
A pointer to a VARIANT containing a SAFEARRAY of pointers 
to ICalls.
Return Values
Default CTI OS return values. Se
GetAllProperties
See 
 for a description of the GetAllProperties method.
GetAllSkillGroups
The GetAllSkillGroups method provides a list of all skill group objects that the 
session knows about. 
Syntax
C++:
int GetAllSkillGroups (Arguments *args)
COM:
HRESULT GetAllSkillGroups(/*[out, retval]*/ VARIANT *args)
VB:
GetAllSkillGroups (args As VARIANT)
Java:
Arguments GetAllSkillGroups()