Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (O-Q)
Guardian Programming Reference Summary for pTAL and TAL522631-001
7-28
PROCESS_GETPAIRINFO_
Obtains basic information about a named process or process pair.
115 TNS/R native shared run-time
library: buffer size required for
attribute 116
INT
116 TNS/R native shared run-time library
file-name information (in a variable-
sized array)
INT number of file names,
INT flags
INT file-name length,
STRING file name
117 TNS/R native shared run-time
library: buffer size required for
attribute 118
INT
118 TNS/R native shared run-time library
name information (in a variable-sized
array).
INT number of file names,
INT flags
INT name length,
STRING name
119 process is TNS/R native INT
error := PROCESS_GETPAIRINFO_ ( [ processhandle ]
,[ pair:maxlen ]
,[ pair-length ]
,[ primary-processhandle ]
,[ backup-processhandle ]
,[ search-index ]
,[ ancst-processhandle ]
,[ nodename:length ]
,[ options ]
,[ ancst:maxlen ]
,[ ancst-length ]
,[ error-detail ] );
error, INT returned value
0 Information is returned for a process pair (not the calling process).
1 Reserved.
2 Parameter error; error-detail contains the number of the first parameter found to
be in error, where 1 designates the leftmost parameter.
3 Bounds error; error-detail contains the number of the first parameter found to be
in error, where 1 designates the leftmost parameter.
4 Information is returned for a single named process (can be the calling process).
5 Information is returned for a process pair where the caller is the current primary.
Attribute Code Value Representation