GC_START_STRUCT
typedef struct { int num_cclibs; CCLIB_START_STRUCT *cclib_list; } GC_START_STRUCT, *GC_START_STRUCTP;Description
The GC_START_STRUCT structure allows an application to specify which call control libraries are to be started and, optionally, to provide startup information to one or more call control libraries.
- Note: See the appropriate Global Call Technology User's Guide to determine whether this structure is supported for your call control library.
Field Descriptions
The fields of GC_START_STRUCT are described as follows:
- num_cclibs
- specifies the number of libraries in cclib_list. If GC_ALL_LIB is specified, then all the libraries supported by Global Call are started. Otherwise, if only some libraries are to be started, the libraries must be specified in the cclib_list field as described below.
- cclib_list
- pointer to an array of start structures, where each structure corresponds to a library to be started. This field is ignored if num_cclibs is set to GC_ALL_LIB.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation