Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual—522629-013
3-81
CLOSEALLEDIT Procedure
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
Syntax for TAL Programmers
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, refer to the
Guardian Programmer’s Guide.
#include <cextdecs(CLOSEALLEDIT)>
void CLOSEALLEDIT ();
CALL CLOSEALLEDIT;