void pdel_struct_nets_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 by struct_ids, as well as all the structures that they directly or indirectly reference, from the open archive archive_id.
If any of the structures specified does not exist, no action is carried out for that particular structure.
open archive file, archive structure network, retrieve structures identifiers, retrieve structure networks, delete structures from archive, delete all structures from archive