void pret_struct_ids(
Pint archive_id /* archive identifier */ Pint max_ids /* size of application archive identifier list */ Pint start /* start position of ids */ Pint_list *ids /* (out) list of structure ids */ Pint *actual_ids /* (out) actual number of ids in GPHIGS */
)
typedef struct {
Pint num_ints; /* number of Pints in list */
Pint *ints; /* list of integers */
} Pint_list;
This function returns the list of structure identifiers in the archive archive_id.
open archive file, archive structures, retrieve structures, delete structures from archive, retrieve paths to ancestors, retrieve paths to descendant, inquire conflict resolution, inquire all conflicting structures, inquire conflicting structures in network