Guardian Programming Reference Summary for C
Functions Summary (A-C)
Guardian Programming Reference Summary for C—522630-001
4-13
CHECK^FILE
Checks the file characteristics. CHECK^FILE is a sequential I/O (SIO) procedure and
can be used only with files that have been opened by OPEN^FILE.
TNS/R Native C Programming Information
TNS C Programming Information
CHECKALLOCATESEGMENT
(superseded by SEGMENT_ALLOCATE_CHKPT_) Allocates an extended data
segment for use by the backup process in a NonStop process pair.
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.
CHECKCLOSE
(superseded by FILE_CLOSE_CHKPT_) Is called by a primary process to close a
designated file in its backup process.
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.
CHECKDEALLOCATESEGMENT
(superseded by SEGMENT_DEALLOCATE_CHKPT_) Removes an extended data
segment from use by the backup process in a NonStop process pair.
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.
#include <cextdecs(CHECK_FILE)>
short CHECK_FILE ( short { _near *common-fcb } /* i */
{ _near *file-fcb } /* i */
,short operation /* i */
,[ short _near *ret-addr ] ); /* o */
#include <cextdecs(CHECK_FILE)>
short CHECK_FILE ( short { _near *common-fcb } /* i */
{ _near *file-fcb } /* i */
,short operation ); /* i */