Guardian Procedure Calls Reference Manual

CLOSEALLEDIT Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Considerations
Related Programming Manual
Summary
The CLOSEALLEDIT procedure closes all open IOEdit files. Calling CLOSEALLEDIT is equivalent to
calling the CLOSEEDIT or CLOSEEDIT_ procedure (without the keep-filenum parameter) for
each file that has been opened by the OPENEDIT or OPENEDIT_ procedure and that has not been
closed.
Syntax for C Programmers
#include <cextdecs(CLOSEALLEDIT)>
void CLOSEALLEDIT ( void );
Syntax for TAL Programmers
CALL CLOSEALLEDIT;
Considerations
The CLOSEALLEDIT procedure does not act on any file that has been closed using CLOSEEDIT or
CLOSEEDIT_, even if the keep-filenum parameter was specified with a nonzero value. In such
a case, IOEdit considers the file to be closed even though the file system considers the file to be
open and the file number associated with the file is still valid.
Related Programming Manual
For programming information about the CLOSEALLEDIT procedure, see the Guardian Programmer's
Guide.
174 Guardian Procedure Calls (C)