void pinq_all_conf_structs(
Pint ar_id, /* archive identifier */ Pint length, /* length of application list */ Pint start, /* starting position */ Pint *error_ind, /* (out) error indicator */ Pint_list *ids, /* (out) list of conflicting structure ids */ Pint *total_length /* (out) length of list in GPHIGS */
)
typedef struct {
Pint num_ints; /* number of Pints in list */
Pint *ints; /* list of integers */
} Pint_list;
The data is extracted from the PHIGS state list. A structure identifier belongs to the list if it is both in the centralized structure store (CSS) and in archive ar_id.