void pxinq_posted_structs_view(
Pint ws_id, /* workstation identifier */ Pint view_ind, /* view index */ Pint length, /* length of application list */ Pint start, /* starting position */ Pint *error_ind, /* (out) error indicator */ Pposted_struct_list *struct_ids, /* (out) list of posted structure on view */ Pint *total_length /* (out) length of list in GPHIGS */
)
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 ;
If the data is available, error indicator is returned as 0.
The structure returned represents the top of the structure network.