Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-228
PROCESSINFO Procedure
(Superseded by PROCESS_GETINFOLIST_
Note that process ID is a 4-word array where:
[0:2] Process name or creation timestamp
[3].<0:3> Reserved
.<4:7> Processor number where the process is executing
.<8:15> PIN assigned by the operating system to identify the process in
the processor.
creator-access-id input, output
INT:ref:1
returns the creator access ID of
process-id. The creator access ID identifies the
user who initiates the creation of the process. Refer to the description under
“Considerations” for procedure CREATORACCESSID and to the
Guardian User’s
Guide for information about the creator access ID.
On input, the
creator-access-id contents can be used as a search criterion
(see the
search-mode parameter).
process-access-id input, output
INT:ref:1
returns the process access ID of
process-id. Refer to the description under
“Considerations” for procedure PROCESSACCESSID and to the
Guardian User’s
Guide for information about the process access ID.
On input, the
process-access-id contents can be used as a search criterion
(see the
search-mode parameter).
priority input, output
INT:ref:1
returns the current execution priority of this process.
On input, the
priority contents can be used as a search criterion (see the
search-mode parameter).
program-filename input, output
INT:ref:12
is an array where PROCESSINFO returns the internal-format file name of the
process-id’s program file.
On input, the contents of
program-filename can be used as a search criterion
(see the
search-mode parameter). To designate a file that resides on a remote
system designated by
sysnum, you can simply specify the local form of the file
name; if you specify the network form of the file name, the system number must
match
sysnum or an error is returned.