Guardian Programming Reference Summary for C
Functions Summary (A-C)
Guardian Programming Reference Summary for C—522630-001
4-17
CLOSEEDIT
Closes a specified file that was opened by OPENEDIT or OPENEDIT_. CLOSEEDIT
is an IOEdit procedure and can be used only with files that have been opened by
OPENEDIT or OPENEDIT_.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
CLOSEEDIT_
Closes a specified file that was opened by OPENEDIT or OPENEDIT_. CLOSEEDIT_
is an IOEdit procedure and can be used only with files that have been opened by
OPENEDIT or OPENEDIT_.
COMPLETEIOEDIT
Informs IOEdit that an outstanding I/O request has finished. COMPLETEIOEDIT is an
IOEdit procedure and can be used only with files that have been opened by OPENEDIT
or OPENEDIT_.
COMPRESSEDIT
Copies a specified EDIT file to a new EDIT file that it creates. COMPRESSEDIT is an
IOEdit procedure and can be used only with files that have been opened by OPENEDIT
or OPENEDIT_.
#include <cextdecs(CLOSEEDIT_ )>
short CLOSEEDIT_ ( short filenum /* i */
,[ short keep-filenum ] );/* i */
#include <cextdecs(COMPLETEIOEDIT)>
short COMPLETEIOEDIT ( short filenum /* i,o */
,short count-transferred /* i */
,long tag); /* i */
#include <cextdecs(COMPRESSEDIT)>
short COMPRESSEDIT ( short *filenum /* i,o */
,short count-transferred /* i */
,long tag); /* i */