Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (D-E)
Guardian Procedure Calls Reference Manual522629-013
4-97
DST_TRANSITION_DELETE_ Procedure
DST_TRANSITION_DELETE_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Summary
The DST_TRANSITION_DELETE_ procedure, for G05.00 and later G-series releases,
allows a super-group user (255,
n) to delete an existing entry from the daylight saving
time (DST) transition table. This operation is allowed only when the
DAYLIGHT_SAVING_TIME option in the system is configured to the TABLE option.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error
indicates the outcome of the operation. Table 4-2, Error Summary for DST_*
Procedures, summarizes the possible values for error. It is recommended that
the literal values be used instead of the numerical values when coding (for
example, ZSYS^VAL^DST^OK, not 0).
dstentry input
INT.EXT:ref:*
specifies the address of the ZSYS^DDL^DSTENTRY^DEF structure that contains
all of the input fields for this procedure. For more information on how to assign
field values to the structure, see Structure Definition for dstentry
, under the
DST_TRANSITION_ADD_ procedure.
#include <cextdecs(DST_TRANSITION_DELETE_)>
short DST_TRANSITION_DELETE_ ( short *dstentry );
error:= DST_TRANSITION_DELETE_ ( dstentry ); !
i