Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE LIST OF AVAILABLE WORKSTATION TYPES

PINQ_LIST_AVAIL_WS__TYPES


CALL SEQUENCE

void pinq_list_avail_ws_types(
)

TYPES

typedef struct {
	Pint	num_ints;	/* number of Pints in list 	*/
	Pint	*ints;	/* list of integers 	*/
} Pint_list;

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns the types of workstation available. If the data is available, error indicator is returned as 0.

The type of workstation returned can be used in OPEN WORKSTATION.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
111
Ignoring function, the specified HLHSR mode is not available on the specified workstation

SEE ALSO

open workstation.


Previous Next Up Title Contents Index Functions Index Top Library