pinq_all_conf_structs(3g) — Subroutines
Name
pinq_all_conf_structs − Returns list of identifiers for structures in the CSS and the archive file.
Operating States: PHOP, ∗, ∗, AROP
PHIGS standard function
Syntax
void pinq_all_conf_structs (
Pint ar_id, /∗ (I) Archive file identifier ∗/
Pint num_elem, /∗ (I) Number of integers in the application
list ∗/
Pint start, /∗ (I) Starting position within the
Digital PHIGS list ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pint_list ∗ids, /∗ (O) Structure identifier list ∗/
Pint ∗act_num /∗ (O) Actual size of the structure list ∗/
)
Data Structures
typedef struct {
Pint num_ints; /∗ number of Pints in the list ∗/
Pint ∗ints; /∗ list of integers ∗/
} Pint_list;
Description
pinq_all_conf_structs queries the PHIGS state list. The returned structure identifier list contains all the structure identifiers of those structures that exist in both the CSS and the archive file.
See Also
pinq_conf_structs_net