Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (O)
Guardian Procedure Calls Reference Manual—522629-013
11- 2
OBJFILE_GETINFOLIST_ Procedure
OBJFILE_GETINFOLIST_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
parameters
General Consideration
Attribute Codes and Value Representations
Example
Summary
The OBJFILE_GETINFOLIST_ procedure obtains information about the object file or 
user library file of the calling process. 
Syntax for C Programmers  
Syntax for TAL Programmers      
Note. OBJFILE_GETINFOLIST_ does not support dynamic-link libraries.
#include <cextdecs(OBJFILE_GETINFOLIST_)>
short OBJFILE_GETINFOLIST_ ( short *ret-attr-list 
 ,short ret-attr-count 
 ,short *ret-values-list
 ,short ret-values-maxlen
 ,short *ret-values-len
 ,[ short lib-info ]
 ,[ short *error-detail ] 
 ,[ const char *srl-filename ]
 ,[ short srl-filename-len ] );
error := OBJFILE_GETINFOLIST_ 
 ( ret-attr-list ! i
 ,ret-attr-count ! i
 ,ret-values-list ! o
 ,ret-values-maxlen ! i
 ,ret-values-len ! o
 ,[ lib-info ] ! i
 ,[ error-detail ] ! o
 ,[ srl-filename:srl-filename-len ] ); ! i:i










