Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual—522629-013
5-26
FILE_COMPLETE_GETINFO_ Procedure
FILE_COMPLETE_GETINFO_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Summary
The FILE_COMPLETE_GETINFO_ procedure provides information about the set of
files that are currently enabled for completion and thus can be completed by the
FILE_COMPLETE_ procedure. These files were enabled for completion by one or
more previous calls to the FILE_COMPLETE_SET_ procedure. The information
returned includes a list that can contain both Guardian files and Open System Services
(OSS) files.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
status returned value
INT
is a file-system error number indicating the outcome of the operation.
info-list ouput
INT .EXT:ref:*(ZSYS^DDL^COMPLETE^ELEMENT^DEF)
returns an array of COMPLETE^ELEMENT structures, each structure describing
one Guardian file or OSS file. The array represents the set of files that were
enabled for completion by previous calls to the FILE_COMPLETE_SET_
procedure. This array is compatible for passing directly to the FILE_COMPLETE_
#include <cextdecs(FILE_COMPLETE_GETINFO_)>
short FILE_COMPLETE_GETINFO_ ( short *info-list
,short maxnum-info-elements
,[ short *num-info-elements ]
);
status := FILE_COMPLETE_GETINFO_ (
info-list ! o
,maxnum-info-elements ! i
,[ num-info-elements ] ); ! o