Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
12-41
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 12      Helper Classes
CWaitObject Class
Syntax
C++ , Java, .NET: 
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, .NET:  
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. 
Return Values
If the method was able to get the mask it returns true; otherwise, it returns false. 
For Java and .NET, the method returns null upon failure.