Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
12-37
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 12      Helper Classes
CWaitObject Class (C++ and Java only)
DestroyWaitObject
See 
DumpEventMask
The DumpEventMask method returns a printable string listing the events in the 
CWaitObject’s mask.
Syntax
C++ and Java: 
string DumpEventMask();
Parameters
None.
Return Values
A printable string object listing the events in the wait mask.
GetMask
The GetMask method gets the list of events that the CWaitObject will wait for.
Syntax
C++: 
bool GetMask(Arguments ** pMask);
Java: 
Arguments GetMask();
Parameters
pMask
A pointer to an Arguments object pointer. GetMask will set the value of 
pMask to a pointer to an Arguments object that contains the event mask.