Description
The CPXdelfpdest() routine removes a file from the list of message destinations for a channel. Failure occurs when the channel does not exist or the file pointer is not in the message destination list.Return Value
The routines return a zero on success, and a nonzero if an error occurs.Synopsis
int CPXdelfpdest (CPXENVptr env,
CPXCHANNELptr channel,
CPXFILEptr fileptr);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX routines.
CPXCHANNELptr channelThe pointer to the channel for which destinations are to be deleted.
CPXFILEptr fileptrA CPXFILEptr for the file to be removed from the destination list.
CPXdelfpdest (env, mychannel, fileptr);