Guardian Procedure Calls Reference Manual
OBJFILE_GETINFOLIST_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Returned Value
Attribute Codes and Value Representations
Considerations
Example
Summary
The OBJFILE_GETINFOLIST_ procedure obtains information about the object file or user library file
of the calling process.
NOTE: OBJFILE_GETINFOLIST_ does not support dynamic-link libraries.
Syntax for C Programmers
#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 ] );
Syntax for TAL Programmers
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
Parameters
ret-attr-list
input
INT .EXT:ref:*
specifies an array of INTs indicating the attributes that are to have their values returned in
ret-values-list. For details, see Attribute Codes and Value Representations (page 890).
ret-attr-count
input
INT:value
specifies how many items the caller is supplying in ret-attr-list.
888 Guardian Procedure Calls (O)