Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-108
PROCESS_GETPAIRINFO_ Procedure
PROCESS_GETPAIRINFO_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Example
Summary
The PROCESS_GETPAIRINFO_ procedure obtains basic information about a named
process or process pair. You can specify the named process or process pair that you
want information about in one of several ways:
•
Supply a process handle in the processhandle parameter. For a process pair,
supply the process handle of either the primary or backup process.
•
Supply a process file name in the pair:maxlen parameter.
•
Perform an indexed search of the named processes on a system by supplying an
initial value for the
search-index parameter and making repeated calls. See
“Considerations” for details.
To obtain additional information about a named or unnamed process, call either the
PROCESS_GETINFO_ or PROCESS_GETINFOLIST_ procedure.