Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-103
PROCESS_GETINFOLIST_ Procedure
The loadfile information array contains the following entries for each loadfile
reported:
Result value for TAL programs:
For TAL programs, the result value is an instance of
ZSYS^PINF^LOADFILE^INFO^DEF, in which the final member
(
Z^PARTIAL^INFO) is an array occurring the number of times specified in the first
member (
Z^INFONUMRET). These structures are declared in ZSYSTAL section
PROCESS^GETINFOLIST^RETURN.
Result value for C programs:
For C programs, the result value is an instance of
zsys_pinf_loadfile_info_def, in which the final member
(
z_partial_info, of type zsys_pinf_loadfile_partial_def_ is an array
occurring the number of times specified in the first member (
z_infonumret).
These structures are declared in
ZSYSC section
process_getinfolist_return.
This attribute cannot be specified with a
srch-option of 1 or 2.
Additional information about individual loadfiles can be obtained by using attribute
124.
122: dynamically loaded library information
This attribute returns information about SRLs and DLLs that were loaded
dynamically into the process. This attribute returns a subset of the information
returned by attribute 121, in the same format and using the same interation
paradigm. The
ret-attr-list must specify the attribute code followed by an
eight-byte context value as auxiliary data. The attribute code must include the
length indication, so its value is 16506 or (4<<12)+122.
This attribute cannot be specified with a
srch-option of 1 or 2.
123: implicit library information
On a TNS/E system, this attribute returns information about the implicit DLLs. The
information is in the same format and use the same iteration paradigm as attribute
index 121 (but because the number of implict DLLs is limited, iteration is seldom
necessary). The
_ret-attr-list_ must specify the attribute code followed by
TAL Value
Representation Description
INT(64) Address of text header
INT(64) Creation volume sequence number of loadfile
INT(32) Logical device number of loadfile
INT(32) Loadfile type indicator (see Loadfile Types
on page 12-78)