pe_unpost_struct_view(3g) — Subroutines
Name
pe_unpost_struct_view − Unposts a structure from a view.
Operating States: PHOP, WSOP, ∗, ∗
Digital PHIGS extension function
Syntax
void pe_unpost_struct_view (
Pint wsid, /∗ (I) Workstation identifier ∗/
Pint view, /∗ (I) View index ∗/
Pint stid /∗ (I) Structure identifier ∗/
)
Description
pe_unpost_struct_view unposts the specified structure from the specified view 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
pe_unpost_struct_all_views