void pxinq_wss_views_posted(
Pint ws_id, /* workstation identifier */ Pint struct_id, /* structure identifier */ Pint length, /* length of application list */ Pint start, /* starting position */ Pint *error_ind, /* (out) error indicator */ Pint_list *views, /* (out) list of views */ Pint *total_length /* (out) length of list in GPHIGS */
)
typedef struct {
Pint num_ints; /* number of Pints in list */
Pint *ints; /* list of integers */
} Pint_list;
If the data is available, error indicator is returned as 0.
ERRORS