Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual—522629-013
3-146
CONVERTPROCESSTIME Procedure
hours output
INT:ref:1
returns the hours portion of the value of
process-time specified.
minutes output
INT:ref:1
is the minutes portion of the value of
process-time specified.
seconds output
INT:ref:1
is the seconds portion of the value of
process-time specified.
milliseconds output
INT:ref:1
is the milliseconds portion of the value of
process-time specified.
microseconds output
INT:ref:1
is the microseconds portion of the value of
process-time specified.
Condition Code Settings
< (CCL) returns if process-time represents a quantity greater than 3.7 years.
= (CCE) indicates that CONVERTPROCESSTIME is successful.
> (CCG) returns if any of the supplied output parameters fails the bounds check on
the address.
Related Programming Manual
For programming information about the CONVERTPROCESSTIME procedure, refer to
the
Guardian Programmer’s Guide.