pinq_open_wss(3g) — Subroutines
Name
pinq_open_wss − Returns the workstation identifiers of the open workstations.
Operating States: PHOP, ∗, ∗, ∗
PHIGS standard function
Syntax
void pinq_open_wss (
Pint num_elem, /∗ (I) Number of elements in the application
list ∗/
Pint start, /∗ (I) Starting position within the Digital
PHIGS list of workstations ∗/
Pint ∗error_ind, /∗ (O) Error indicator ∗/
Pint_list ∗ws_ids, /∗ (O) List of workstation identifiers ∗/
Pint ∗act_num /∗ (O) Total number of elements in the list ∗/
)
Data Structures
typedef struct {
Pint num_ints; /∗ number of Pints in the list ∗/
Pint ∗ints; /∗ list of integers ∗/
} Pint_list;
Description
pinq_open_wss queries the PHIGS state list and returns a list of workstation identifiers of the open workstations.
See Also
pclose_ws
pinq_ws_st
popen_ws