Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
12-25
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 12      Helper Classes
Arguments Class
Parameters
num_elements
Pointer to an integer value containing the number of elements in the 
Arguments array.
Return Value
COM: Default HRESULT return values. Se
Others: Number of elements in arguments array.
Release
The Release method decrements the reference count for the data item. It is 
necessary to call Release when you are finished with a data item that has had its 
reference count incremented via CreateInstance or AddRef; otherwise, a memory 
leak will result.
Syntax
C++: 
unsigned long Release()
COM:
HRESULT Release()
VB, Java: 
Not used
Parameters
None.
Return Values
COM: Default HRESULT return values. Se
C++: The current reference count after the Release() call.