Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-69
PROCESS_GETINFOLIST_ Procedure
PROCESS_GETINFOLIST_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
General Considerations
Attribute Codes and Value Representations
OSS Considerations
Example
Related Programming Manual
Summary
The PROCESS_GETINFOLIST_ procedure obtains detailed information about a
specified process or about a set of processes that meet specified criteria. You can
specify processes for which information is to be returned in one of several ways:
You can specify the process handle of a particular process.
You can specify the node name, processor, and PIN of a particular process.
You can specify the node name and OSS process ID of a particular OSS process.
You can specify a node name, processor, and PIN, along with a set of search
criteria; the procedure searches processes in the specified processor starting at
the specified PIN. You can specify that PROCESS_GETINFOLIST_ return
information for only the first process that meets the search criteria or for multiple
processes that meet the search criteria.
You can omit the first four parameters and the oss-pid parameter to have
information returned for the calling process.
A related procedure, PROCESS_GETINFO_, is recommended for obtaining less
information about a specified process.