Guardian Programming Reference Summary for C

Functions Summary (G-N)
Guardian Programming Reference Summary for C522630-001
6-3
GETPPDENTRY
(superseded by PROCESS_GETPAIRINFO_) Obtains a description of a named process
pair by the process pairs index into the destination control table (DCT).
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.
GETREMOTECRTPID
(superseded by PROCESS_GETINFO_ and PROCESS_GETINFOLIST_) Obtains the
4-word process ID associated with a remote 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.
GETSYNCINFO
(superseded by FILE_GETSYNCINFO_) Returns a disk file’s synchronization block so
it can be sent to the backup process in a checkpoint message.
GETSYSTEMNAME
(superseded by NODENUMBER_TO_NODENAME_) Supplies the system name
associated with a system number.
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.
GIVE^BREAK
Returns BREAK to the process that owned BREAK before the last call to
TAKE^BREAK. GIVE^BREAK is a sequential I/O (SIO) procedure and can be used
only with files that have been opened by OPEN^FILE.
#include <cextdecs(GETSYNCINFO)>
_cc_status GETSYNCINFO
( short filenum /* i */
,[ short _near *sync-block ] /* o */
,[ short _near *sync-block-size ] ); /* o */
_status_lt (<returned_value>) An error occurred (call FILEINFO).
_status_eq (<returned_value>) GETSYNCINFO was successful.
_status_gt (<returned_value>) The file is not a disk file.