Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual522629-013
5-66
FILE_GETINFOLIST_ Procedure
FILE_GETINFOLIST_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
OSS Considerations
Example
Related Programming Manuals
Summary
The FILE_GETINFOLIST_ procedure obtains detailed information about a file identified
by file number.
A related (and simpler to use) procedure, FILE_GETINFO_, obtains a limited set of
information about a file identified by file number.
Syntax for C Programmers
Syntax for TAL Programmers
#include <cextdecs(FILE_GETINFOLIST_)>
short FILE_GETINFOLIST_ ( short filenum
,short *item-list
,short number-of-items
,short *result
,short result-max
,[ short *result-length ]
,[ short *error-item ] );
error := FILE_GETINFOLIST_ ( filenum ! i
,item-list ! i
,number-of-items ! i
,result ! o
,result-max ! i
,[ result-length ] ! o
,[ error-item ] ); ! o