pdel_struct(3g) — Subroutines
Name
pdel_struct − Deletes a structure, including its identifier contents, and all PHIGS references.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pdel_struct (
Pint struct_id /∗ (I) Structure identifier ∗/
)
Description
pdel_struct deletes the specified structure, including its identifier contents, and all PHIGS references. A posted structure is unposted from all workstations. If the structure is open when the pdel_struct function executes, the function produces the same effect as if the following functions were executed:
•pclose_struct
•pdel_struct
•popen_struct
If the specified structure does not exist, the function takes no action.
See Also
pdel_all_structs
pdel_struct_net
pdel_structs_ar
pempty_struct
pinq_struct_ids