pret_struct_ids(3g) — Subroutines
Name
pret_struct_ids − Returns a list of the archived structures in the open archive file.
Operating States: PHOP, ∗, ∗, AROP
PHIGS standard function
Syntax
void pret_struct_ids (
Pint archive_id, /∗ (I) Archive file identifier ∗/
Pint num_elem, /∗ (I) Number of elements in the application
list ∗/
Pint start, /∗ (I) Start position of the structure
identifier list ∗/
Pint_list ∗ids, /∗ (O) List of structure identifiers ∗/
Pint ∗act_num /∗ (O) Number of elements in the structure
identifiers in the list in PHIGS ∗/
)
Data Structures
typedef struct {
Pint num_ints; /∗ number of Pints in the list ∗/
Pint ∗ints; /∗ list of integers ∗/
} Pint_list;
Description
pret_struct_ids returns a list of the archived structures in the specified open archive file.
See Also
par_structs
pdel_structs_ar
pinq_all_conf_structs
pinq_conf_res
pinq_conf_structs_net
popen_ar_file
pret_all_structs
pret_struct_nets
pret_structs
pset_conf_res