Guardian Programming Reference Summary for C

Functions Summary (R-Z)
Guardian Programming Reference Summary for C522630-001
8-21
SETSYNCINFO
(superseded by FILE_SETSYNCINFO_) Is used by the backup process of a process pair
to pass the process pairs latest synchronization block to the file system.
SETSYSTEMCLOCK
Changes the system clock if you are a super-group user (255, n).
mode
#include <cextdecs(SETSYNCINFO)>
_cc_status SETSYNCINFO ( short filenum /* i */
,short _near *sync-block );/* i */
_status_lt (<returned_value>) An error occurred (call FILEINFO).
_status_eq (<returned_value>) SETSYNCINFO is successful.
_status_gt (<returned_value>) The file is not a disk file.
#include <cextdecs(SETSYSTEMCLOCK)>
_cc_status SETSYSTEMCLOCK ( long long julian-gmt /* i */
,short mode /* i */
,short tuid ); /* i */
_status_lt (<returned_value>) Insufficient capability
_status_eq (<returned_value>) SETSYSTEMCLOCK was successful.
_status_gt (<returned_value>) There is a mismatch with tuid; retry after
redetermining the relative error.
0 = Absolute GMT, the source is operator input.
1 = Absolute GMT, the source is the hardware clock.
2 = Relative GMT, the source is operator input.
3 = Relative GMT, the source is the hardware clock.