Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-101
PROCESS_GETINFOLIST_ Procedure
•
116: Native shared run-time library file-name information
returns information on native shared run-time library file names used by the
process in the following variable-sized array:
Similar information about SRLs is returned, in a different format, by attribute 121,
which reports all the object files loaded in the process, not just SRLs.
As a search attribute, this attribute finds processes that have loaded a particular
SRL. The Guardian file name must be specified in
srch-values-list.
Attribute 125 can perform the same search and is more efficient.
This attribute cannot be used in the same
srch-attr-list as 125 or 126.
•
117: Native shared run-time library: buffer size required for attribute 118
returns the size of the buffer, in bytes, for the array returned in attribute 118. 0 is
returned if the process does not use native shared run-time libraries.
TAL Value
Representation Description
INT Number of file names returned. This value indicates how
many triplets of INT, INT, and STRING, as listed below,
follow this value.
INT Flag values indicate:
0 native private shared run-time library (SRL)
1 native public shared run-time library (SRL)
2 native user library shared run-time library (SRL)
INT Length of file name.
STRING File name. (The returned string is padded if necessary so
that the next attribute returned will begin on an even-byte
boundary. The padding is not counted in the reported file
name length.)