Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE EXTENDED VIEW ACTIVATION FLAG

PXINQ_EXTENDED_VIEW_ACTIV_FLAG


CALL SEQUENCE

void pxinq_extended_view_activ_flag (
)

TYPES

typedef enum {
	PXVIEW_ACTIV_OFF,
	PXVIEW_ACTIV_ON
} Pxview_activ_flag;

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

Returns the view activation flag of the extended view view_ind of a workstation ws_id.

If the information is available the error indicator is set to 0.

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
59
Ignoring function, the specified workstation does not have output capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
115
Ignoring function, the view index value is less than one
150
Ignoring function, setting this view table entry would exceed the maximum number of entries allowed in the workstation view table

SEE ALSO

Set extended view activation flag (ext), see pxset_extended_view_activ_flag


Previous Next Up Title Contents Index Functions Index Top Library