Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
12-19
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 12      Helper Classes
Arguments Class
Parameters
args
An output parameter containing a pointer to an Arguments array that is a copy 
of the object.
Return Value
COM: Default HRESULT return values. See 
Others: A reference to the Arg structure that is a copy of the object.
CreateInstance (C++ and COM only)
The CreateInstance method creates an object of type Arguments class and sets the 
reference count of the object to 1. It is important to release the object when it is 
no longer in use in the program.
Syntax
C++:
static Arguments & CreateInstance()
static bool CreateInstance(Arguments ** args)
COM:
Not exposed, called by CoCreateInstance.
VB:
Not exposed, called by New.
Java, .NET:
Not implemented.
Parameters
args
A pointer to the newly created Arguments structure.
Return Value
COM: Default HRESULT return values. See