GC_INFO
typedef struct { int gcValue; char *gcMsg; int ccLibId; char *ccLibName; long ccValue; char *ccMsg; char *additionalInfo; } GC_INFO;Description
The GC_INFO structure contains error or result information for the application.
Field Descriptions
The fields of GC_INFO are described as follows:
- gcValue
- Global Call error or result value
- *gcMsg
- a pointer to a Global Call message associated with this error or result value
- ccLibId
- the ID of the call control library associated with the error or result value
- *ccLibName
- a pointer to the name of the call control library associated with the error or result value
- ccValue
- CCLib error or result value
- *ccMsg
- pointer to the CCLib message associated with this error or result value
- *additionalInfo
- pointer to additional information associated with this error or result value. The string is null terminated. This additional information is optional and may be used as a diagnostic aid.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation