Guardian Procedure Calls Reference Manual

42: current priority
sets execution priority to be assigned to the new process. Execution priority is a value in the
range of 1 to 199, where 199 is the highest possible priority.
45: logged-on state
sets information about the logged-on state of the process. The fields are:
Reserved (specify 0).<0:14>
Process is not logged on.0<15>
Process is logged on.1
47: primary
causes the current process to become the primary process if it is the backup process of a
process pair. The current process must be named. The processhandle parameter must be
omitted or designate the current process. The set-value parameter must be 1. If the
old-value parameters are passed and old-value-maxlen is > = 1, the target of
old-value is set to 1 if the current process was already a primary or single named process,
or to 0 if it was a backup process.
49: qualifier information available
specify 1 if the process is prepared to respond to the subordinate name inquiry system message
(-107). This message is received when another process calls the FILENAME_FINDNEXT[64]_
procedure to obtain qualifier names of the process. If the process does not respond to the
message, other processes calling the FILENAME_FINDNEXT[64]_ procedure on the system
might be blocked.
Specify 0 to disable the receipt of the subordinate name inquiry system message (-107).
For the format of the subordinate name inquiry message, see the Guardian Procedure Errors
and Messages Manual.
50: Safeguard-authenticated logon
specify 1 if a Safeguard-authenticated logon has taken place (that is, if the process was started
after successfully logging on a through terminal owned by Safeguard), 0 otherwise. This
information can be set for the caller only.
69: stop on logoff
specify 1 if the process is to be stopped when it requests to be placed in the logged-off state,
0 otherwise.
70: propagate logon
specify 1 if the process' local descendants are to be created with the inherited-logon flag set,
0 otherwise.
71: propagate stop-on-logoff
specify 1 if the process' local descendants are to be created with the stop-on-logoff flag set,
0 otherwise.
75: nice() caller's value
because the nice() value is INT(32), set-value-len must be two words.
104: maximum size of the main stack
sets the maximum main stack size in bytes. You cannot specify a value that is less than the
current main stack size or greater than the system will allow (32 megabytes (MB)). To obtain
1088 Guardian Procedure Calls (P)