Guardian Procedure Calls Reference Manual

priority
output
INT .EXT:ref:1
returns the current execution priority of the specified process. The initial priority can be obtained
by calling PROCESS_GETINFOLIST_.
mom's-processhandle
output
INT .EXT:ref:10
returns the process handle of the mom of the specified process.
hometerm:maxlen
output:input
STRING .EXT:ref:*, INT:value
if present and maxlen is not 0, returns the fully qualified file name of the home terminal of the
specified process. maxlen specifies the length in bytes of the string variable hometerm.
hometerm-len
output
INT .EXT:ref:1
contains the actual length in bytes of the value returned in hometerm.
process-time
output
FIXED .EXT:ref:1
returns the execution time, in microseconds, of the specified process. This value includes
processor time consumed by the application code of the process plus processor time consumed
by Guardian procedures called.
creator-access-id
output
INT .EXT:ref:1
returns the creator access ID of the specified process. See General Considerations (page 1009)
for information about the creator access ID.
process-access-id
output
INT .EXT:ref:1
returns the process access ID of the specified process. See General Considerations (page 1009)
for information about the process access ID.
gmom's-processhandle
output
INT .EXT:ref:10
returns the process handle of the job ancestor (GMOM) of the specified process.
jobid
output
INT .EXT:ref:1
returns the job ID of the specified process. The job ID is a value that was assigned by the job
ancestor when the job was created. If jobid is 0, the process does not belong to a job.
PROCESS_GETINFO_ Procedure 1007