Guardian Programming Reference Summary for C

Functions Summary (G-N)
Guardian Programming Reference Summary for C522630-001
6-31
NEWPROCESS
(superseded by PROCESS_CREATE_ and PROCESS_LAUNCH_) Creates a new
Guardian process.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
NEWPROCESSNOWAIT
(superseded by PROCESS_CREATE_and PROCESS_LAUNCH_) Creates a new
Guardian process using the nowait option.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
NEXTFILENAME
(superseded by FILENAME_FINDNEXT_) Obtains the name of the next disk file on a
designated volume.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
NO^ERROR
Is called internally by sequential I/O (SIO) procedures. NO^ERROR implements error
handling and retries within the SIO procedure environment.
If the file was opened by OPEN^FILE, then file-system procedures can call
NO^ERROR directly.
no-retry
#include <cextdecs(NO_ERROR)>
short NO_ERROR ( short state
,short _near *file-fcb /* i */
,short _near *good-error-list /* i */
,short retryable ); /* i */
_status_eq (<returned_value>) The operation is successful.
0 = The operation should be retried.
<>0 = The operation should not be retried.