pe_unpost_struct_all_views(3g) — Subroutines
Name
pe_unpost_struct_all_views − Unposts a structure from all views.
Operating States: PHOP, WSOP, ∗, ∗
Digital PHIGS extension function
Syntax
void pe_unpost_struct_all_views (
Pint wsid, /∗ (I) Workstation identifier ∗/
Pint stid /∗ (I) Structure identifier ∗/
)
Description
pe_unpost_struct_all_views unposts the specified structure from all views by removing it from the list of posted structures entry in the workstation state list. If the specified structure does not exist, the function takes no action.
Unposting a structure does not delete the structure. To delete a structure, use one of the functions that deletes a structure.
See Also
pdel_struct
pe_inq_posted_structs_view
pe_post_struct_view
pe_unpost_all_structs_view
pe_unpost_all_structs_all_views