void pdel_structs_ar(
Pint archive_id /* archive identifier */ const Pint_list *struct_ids /* list of structure identifiers */
)
typedef struct {
Pint num_ints; /* number of Pints in list */
Pint *ints; /* list of integers */
} Pint_list;
Delete the structures specified in struct_ids from the archive archive_id. No verification is carried out as to whether the structures to be deleted are referenced by other structures.
If any of the structures specified does not exist, no action is carried out for that particular structure.
open archive file, archive structures, retrieve structures identifiers, retrieve structures, delete structure networks from archive, delete all structures from archive