Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ popen_ar_file(3g) — PHIGS 5.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

popen_ar_file(3g)  —  Subroutines

Name

popen_ar_file − Specifies the identifier and name of the archive file to be opened. 

Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function

Syntax

void popen_ar_file (
  Pint          archive_id,    /∗ (I) Archive file identifier ∗/
  const char   ∗archive_file   /∗ (I) Archive file name ∗/
)

Description

popen_ar_file specifies the identifier and name of the archive file to be opened.  This function causes the following actions to occur:

1The specified archive file is opened. 

2The archive state is set to AROP. 

3The archive file identifier is added to the set of open files in the PHIGS state list. 

Subsequently, you use the file identifier to address the open archive file. 

See Also

par_all_structs
par_struct_nets
par_structs
pclose_ar_file
pdel_all_structs_ar
pdel_struct
pdel_struct_net
pinq_ar_files
pinq_ar_st
pret_all_structs
pret_paths_ances
pret_paths_descs
pret_struct_ids
pret_struct_nets
pret_structs

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026