Guardian Programming Reference Summary for C
Guardian Programming Reference Summary for C—522630-001
4-1
4
Functions Summary (A-C)
This section lists funtions in alphabetic order and briefly describes the syntax of each.
For additional information about the funtions, refer to the Guardian Procedure Calls
Reference Manual.
ABEND
(superseded by PROCESS_STOP_) Deletes a process or a 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.
ACTIVATEPROCESS
(superseded by PROCESS_ACTIVATE_) Returns a process or process pair from the
suspended state to the ready state.
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.
ADDDSTTRANSITION
(superseded by DST_TRANSITION_ADD_) Allows a super-group user (255,n) to add
an entry to the daylight-saving-time (DST) transition table.
#include <cextdecs(ADDDSTTRANSITION)>
_cc_status ADDDSTTRANSITION ( long long low-gmt /* i */
,long long high-gmt /* i */
,short offset ); /* i */
_status_lt (<return_value>) You are not super ID (255,255), you loaded the
DST table inconsistently (that is, the DST table
contains gaps or an overlap of entries), or you
were loading the DST table at the same time
someone else was loading the DST table.
_status_eq (<return_value>) The DST table was loaded successfully.