pdel_structs_ar(3g) — Subroutines
Name
pdel_structs_ar − Deletes an archive structure or list of structures from the specified archive file.
Operating States: PHOP, ∗, ∗, AROP
PHIGS standard function
Syntax
void pdel_structs_ar (
Pint archive_id, /∗ (I) Archive file identifier ∗/
const Pint_list ∗struct_ids /∗ (I) List of structure identifiers ∗/
)
Data Structures
typedef struct {
Pint num_ints; /∗ number of Pints in the list ∗/
Pint ∗ints; /∗ list of integers ∗/
} Pint_list;
Description
pdel_structs_ar deletes the specified archive structure or list of structures from the specified archive file. If a specified structure does not exist, the function takes no action on that structure.
This function does not check for references to other structures in the archive file.
See Also
pdel_all_structs_ar
pdel_struct_nets_ar
popen_ar_file