[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
INQUIRE ARCHIVE FILES (PHOP,*,*,*)
Purpose
Use
Inquire Archive Files
to inquire the list of archive file identifiers
and archive file names.
If the information is available, then the graPHIGS API sets the
error indicator to zero and returns the values in the
output parameters.
If the information is unavailable,
then the values returned in the output parameters
are unpredictable and the graPHIGS API sets the error indicator
to the following error:
- 2
- Function Requires State (PHOP,*,*,*)
Language Bindings
C
pinq_ar_files
(store, err_ind,
ar_files); |
Pstore storeHandle to the Store object.
The graPHIGS API uses an object of type Store to facilitate
the use of subroutines which return complex data.
See the Create Store (PHOP,*,*,*)
subroutine for details on how the graPHIGS API uses
this parameter on inquiries.
Pint *err_indError indicator.
Par_file_list **ar_filesList of archive file names and identifiers.
The memory referenced by *ar_files is
managed by the parameter store.
FORTRAN
PQARF
(n, errind, numberafid, arcfil) |
integer nList element requested
(>=0).
integer errindError indicator.
integer numberNumber of archive files open.
integer afidnth open archive file identifier.
integer arcfilnth open archive file name.
Errors
None
Related Subroutines
None
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]