| Overview | Group | Index | Concepts | 
The routine CPXgetchannels obtains pointers to the four
 default channels created when CPXopenCPLEX is called. To
 manipulate the messages for any of these channels, this routine must be
 called.
Example
 status = CPXgetchannels (env, &cpxresults, &cpxwarning,
                          &cpxerror, &cpxlog);See also lpex5.c in the ILOG CPLEX User's Manual.
| env | A pointer to the CPLEX environment as returned by   | 
| cpxresults_p | A pointer to a variable of type   | 
| cpxwarning_p | A pointer to a variable of type   | 
| cpxerror_p | A pointer to a variable of type   | 
| cpxlog_p | A pointer to a variable of type   |