Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-157
PROCESS_SETINFO_ Procedure
•
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_ procedure to obtain qualifier names of the process. If the
process does not respond to the message, other processes calling the
FILENAME_FINDNEXT_ procedure on the system might be blocked.
Specify 0 to disable the receipt of the subordinate name inquiry system message
(-107).
Refer to the
Guardian Procedure Errors and Messages Manual for the format of
the subordinate name inquiry message.
•
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’s local descendants are to be created with the inherited-
logon flag set, 0 otherwise.
•
71: propagate stop-on-logoff
specify 1 if the process’s 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 the current main stack size, call the
PROCESS_GETINFOLIST_ procedure with the current main stack size attribute
(103).