pxinq_list_structs_posted_view (
Pint ws_id /*workstation identifier */ Pint index /*view index */ Pint length /*length of each application list */ Pint start /*first entry to return */ Pint *error_ind /*error indicator */ Pint_list *struct_ids /*identifiers of structures */ Pfloat_list *struct_prios /*display priorities of structures */ Pint *total_posted /*total number of structures posted to the specified view */
)
GPHIGS maintains a list of the structures posted to a particular view, in the order in which they will be traversed, that is, in increasing order of display priority. This routine returns a segment of that list, starting at the specified position and containing the specified number of elements.
The application must provide storage for the list of structure identifiers and the list of structure display priorities that are returned by this routine. See the section "Memory Management for Inquiry Functions Which Return Simple Lists" in the introduction to Chapter 5 for additional information.
Post structure to view, see pxpost_struct_view
Unpost all structures, see punpost_all_structs
Unpost all structures from view, see pxunpost_all_structs_view
Unpost all structures from views, see pxunpost_all_structs_all_views, pxunpost_all_structs_list_views
Unpost structure, see punpost_struct
Unpost structure from view, see pxunpost_struct_view
Update view, see pxupd_ws_view
Update views, see pxupd_all_views, pxupd_list_views
Inquire list of views to which structure is posted, see pxinq_list_views_struct_posted