void pinq_list_view_inds(
Pint ws_id, /* workstation identifier */ Pint length, /* length of application list */ Pint start, /* starting position */ Pint *error_ind, /* (out) error indicator */ Pint_list *indices, /* (out) list of view indices */ 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 inquired information is available, the error indicator is returned as 0 and values are returned in the output parameters.
If the inquired information is not available, the values returned in the output parameters are implementation dependent and the error indicator is set to one of the following error numbers to indicate the reason for non-availability: