NAME

cxInputRemove - remove a registered file descriptor

C SPECIFICATION

#include <cx/ModuleCommand.h>

void cxInputRemove( void *handle )

FORTRAN SPECIFICATION

None

PARAMETERS

handle
A value returned from cxInputAdd denoting a particular file descripter.

DESCRIPTION

cxInputRemove tells the scheduler for IRIS Explorer modules to remove a previously installed select handler routine. Typically, it should be called from the user's input handling callback routine whenever EOF or an error condition is encountered.

SEE ALSO

cxInputAdd(3E)
Last modified: Mon Nov 18 13:50:11 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996