Previous Page: CPXdelsetrowsFirst PageNext Page: CPXdisplayiis

CPXdisconnectchannel


Description

The CPXdisconnectchannel() routine flushes all message destinations associated with a channel and then clears the corresponding message destination list.

Return Value

This routine does not have a return value.

Synopsis

void CPXdisconnectchannel (CPXENVptr env,
                           CPXCHANNELptr channel);

Arguments


CPXENVptr env
The pointer to the CPLEX environment as returned by one of the CPXopenCPLEX routines.

CPXCHANNELptr channel
The pointer to the channel containing the message destinations to be flushed and cleared.

Example

CPXdisconnectchannel (env, mychannel);
Previous Page: CPXdelsetrowsFirst PageNext Page: CPXdisplayiis