Guardian Programming Reference Summary for C

Functions Summary (D-F)
Guardian Programming Reference Summary for C522630-001
5-12
DEFINEVALIDATEWORK
Checks the working set for consistency.
return value:
DELAY
Allows a process to suspend itself for a timed interval.
DELETEEDIT
Deletes from an EDIT file all lines that have line numbers in a specified range.
DELETEEDIT is an IOEdit procedure and can be used only with files that have been
opened by OPENEDIT or OPENEDIT_.
#include <cextdecs(DEFINEVALIDATEWORK)>
short DEFINEVALIDATEWORK( short _near *checknum ); /* o */
0 = Successful.
2057 = Working set is incomplete.
2058 = Working set is inconsistent.
2059 = Working set is invalid.
#include <cextdecs(DELAY)>
void DELAY ( long time-period ); /* i */
#include <cextdecs(DELETEEDIT)>
short DELETEEDIT ( short filenum /* i */
,long first /* i */
,long last ); /* i */