pinq_posted_structs(3g) — Subroutines
Name
pinq_posted_structs − Returns the set of structures posted to the workstation and their associated priorities.
Operating States: PHOP, WSOP, ∗, ∗
PHIGS standard function
Syntax
void pinq_posted_structs (
Pint wsid, /∗ (I) Workstation identifier ∗/
Pint num_elem, /∗ (I) Number of posted structures
in the application list ∗/
Pint start, /∗ (I) Starting position within the
Digital PHIGS list ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pposted_struct_list ∗list, /∗ (O) Set of structures posted to
the workstation ∗/
Pint ∗act_num /∗ (O) Actual number of elements in
the Digital PHIGS list ∗/
)
Data Structures
typedef struct {
Pint num_postings; /∗ number of structure postings ∗/
Pposted_struct ∗postings; /∗ list of postings ∗/
} Pposted_struct_list;
typedef struct {
Pint id; /∗ structure identifier ∗/
Pfloat disp_pri; /∗ display priority ∗/
} Pposted_struct;
Description
pinq_posted_structs queries the workstation state list and returns the set of structures posted to the workstation and the associated priorities for posted structures.
See Also
pinq_paths_ances
pinq_paths_descs
ppost_struct
pe_post_struct_view
punpost_all_structs
pe_unpost_all_structs_view
pe_unpost_all_structs_all_views
punpost_struct
pe_unpost_struct_view
pe_unpost_struct_all_views