Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL522631-001
5-33
FILE_GETINFOLIST_
Obtains detailed information about a file identified by file number.
<0:12> Reserved (specify 0).
<13> Specifies that this call is only initiating a nowait inquiry and the information
will be returned in a system message. Do not set both options.<13> and
options.<14>.
<14> Specifies that the sending of a device type inquiry message to a subtype 30
process should not be allowed to take longer than indicated by timeout. If
the time is exceeded, error 40 is returned.
<15> Specifies that device type inquiry messages are not to be sent to subtype 30
processes.
tag-or-timeout, INT(32):value input
flags, INT .EXT:ref:1 output
<0:14> Reserved and undefined.
<15> File is an OSS file.
error := FILE_GETINFOLIST_ ( filenum
,item-list
,number-of-items
,result
,result-max
,[ result-length ]
,[ error-item ] );
error, INT returned value
filenum, INT:value input
item-list, INT .EXT:ref.* input
number-of-items, INT:value input
result, INT .EXT:ref:* output
result-max, INT:value input
result-length, INT .EXT:ref:1 output
error-item, INT .EXT:ref:1 output