NO FRAMES

CPXdelchannel

public void CPXdelchannel(CPXENVptr env, CPXCHANNELptr * channel_p)
Definition file: cplex.h

The routine CPXdelchannel flushes all message destinations for a channel, clears the message destination list, and frees the memory allocated to the channel. On completion, the pointer to the channel is set to NULL.

Example

 CPXdelchannel (env, &mychannel);
 

See also lpex5.c in the ILOG CPLEX User's Manual.

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

channel_p

A pointer to the pointer to the channel containing the message destinations to be flushed, cleared, and destroyed.

Returns:

This routine does not have a return value.