Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-26
FILE_GETINFOLIST_ 
Obtains detailed information about a file identified by file number.
error-item
#include <cextdecs(FILE_GETINFOLIST_)>
short FILE_GETINFOLIST_ ( short filenum /* i */
 ,short *item-list /* i */
 ,short number-of-items /* i */
 ,short *result /* o */
 ,short result-max /* i */
 ,[ short *result-length ] /* o */
 ,[ short *error-item ] ); /* o */
Code Size (bytes) Description
1 2 File name length
2 * File name
3 2 Current file-name length
4 * Current file name
5 2 DEFINE name length
6 * DEFINE name
72 Last error
8 2 Last-error detail
9 2 Partition in error
10 2 Key in error
11 4 Next record pointer
12 4 Current record pointer
13 2 Current key specifier
14 2 Current key length
15 * Current key value
16 2 Current primary-key length
17 * Current primary-key value
18 6 Tape volume
19 2 Highest open-file number
20 2 Next open-file number
21 2 Current access mode
22 2 Open exclusion mode










