Guardian Programming Reference Summary for C

Functions Summary (O-Q)
Guardian Programming Reference Summary for C522630-001
7-4
OPENEDIT
(superseded by OPENEDIT_) Allocates and initializes data blocks in the EDIT file
segment (EFS) so that the specified file can be accessed later by the IOEdit procedures.
It optionally creates and opens the specified file through the file system.
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.
OPENEDIT_
Allocates and initializes data blocks in the EDIT file segment (EFS) so that the specified
file can be accessed later by the IOEdit procedures. It optionally creates and opens the
specified file through the file system.
BLOCKED %400D
CRLF^BREAK %40000D
LEVEL3^SPOOL^ENABLE %200000D
MUSTBENEW %20D
NOWAIT %200D
OLD^RECEIVE %100000D
PRINT^ERR^MSG %4D
PURGE^DATA %40D
READ^TRIM %2000D
VAR^FORMAT %1000D
WRITE^FOLD %10000D
WRITE^PAD %20000D
WRITE^TRIM %4000D
#include <cextdecs(OPENEDIT_)>
short OPENEDIT_ ( const char *file-name /* i */
,short length /* i */
,short *filenum /* i,o */
,[ short access ] /* i */
,[ short exclusion ] /* i */
,[ short nowait ] /* i */
,[ short sync-depth ] /* i */
,[ short write-thru ] );/* i */