Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual—522629-013
5-28
FILE_COMPLETE_SET_ Procedure
FILE_COMPLETE_SET_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Structure Definition for COMPLETE^ELEMENT
General Considerations
Considerations for Guardian Files
Considerations for OSS Files
Summary
The FILE_COMPLETE_SET_ procedure enables a set of Guardian and Open System
Services (OSS) files for completion by subsequent calls to the FILE_COMPLETE_
procedure. (The FILE_COMPLETE_ procedure completes I/O operations for Guardian
files and returns ready information for OSS files.)
The FILE_COMPLETE_SET_ procedure accepts a set of Guardian files and OSS files.
You can designate that files be added or removed from the set of files that are enabled
for completion. For OSS files, you can specify the type of operation to be completed
(read, write, or exceptions) or change the current specification.
A related procedure, FILE_COMPLETE_GETINFO_, provides information about the
set of files that are currently enabled for completion.
Syntax for C Programmers
#include <cextdecs(FILE_COMPLETE_SET_)>
short FILE_COMPLETE_SET_ (
short *complete-element-list
,short num-complete-elements
,[ short *error-complete-element ] );