Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (O)
Guardian Procedure Calls Reference Manual522629-013
11- 8
OBJFILE_GETINFOLIST_ Procedure
Returns a null list of SRLs if the file is PIC.
Example
attr^list[0] := 12; ! return compilation mode
attr^list[1] := 13; ! return run mode
err := OBJFILE_GETINFOLIST_ (attr^list, 2,
return^values^list, 4,
return^values^len);
Tal Value
Representati
on
Description
INT Number of shared run-time library names returned. This value
indicates how many pairs of INT and STRING listed, as below.
follow this value.
INT Length of the shared run-time library name.
STRING Name. (The returned string ends on an odd-byte boundary so
that the next attribute returned will begin on an even-byte
boundary.)