Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (O)
Guardian Procedure Calls Reference Manual—522629-013
11- 4
OBJFILE_GETINFOLIST_ Procedure
ret-values-maxlen input
INT:value
specifies the maximum length in bytes of
ret-values-list. The size of ret-
values-list cannot exceed 1024 bytes.
ret-values-len output
INT .EXT:ref:1
returns the actual length in bytes of
ret-values-list.
lib-info input
INT:value
specifies whether you are requesting information on an object file or a library file.
error-detail output
INT .EXT:ref:1
for some error conditions, contains additional information. See the returned value
error.
srl-filename:srl-filename-len input:input
if
lib-info is 2, specifies the name of the native shared run-time library. The
value of
srl-filename must be exactly srl-filename-len bytes long. This
parameter is ignored if
lib-info is 0 or 1. To obtain the name of a native shared
run-time library, call the PROCESS_GETINFOLIST_ procedure with attributes 115
through 118.
General Consideration
If an error is returned, the contents of ret-values-list and ret-values-len are
undefined.
0 (default) Object file
1 TNS user library file
2 Native shared run-time library file