void pinq_list_avail_ws_types(
Pint length, /* length of application list */ Pint start, /* starting position */ Pint *error_ind, /* (out) error indicator */ Pint_list *ws_types, /* (out) list of workstation types */ 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;
The type of workstation returned can be used in OPEN WORKSTATION.