[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

CLOSE ARCHIVE FILE (PHOP,*,*,AROP)

Purpose

Use Close Archive File to close the specified open archive file. The graPHIGS API removes the archive file identifier from the set of open archive files.

If no other archive files are open, then this subroutine sets the current archive state to Archive Closed (ARCL).

Language Bindings

C

pclose_ar_file (archive_id)

Input Parameters

Pint archive_id
Archive file identifier.

FORTRAN
PCLARF (afid)

Input Parameters

integer afid
Archive file identifier.

Errors

7
Function Requires State (PHOP,*,*,AROP)
404
Specified Archive File Is Not Open

Related Subroutines

  • Open Archive File


  • [ Previous | Next | Contents | Glossary | Home | Search ]