Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE LIST OF ACTIVE EXTENDED VIEW INDICES

PXINQ_LIST_ACTIV_EXTENDED_VIEW_INDS


CALL SEQUENCE

void pxinq_list_activ_extended_view_inds(
)

TYPES

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

PHIGS STATE

(PHOP, WSOP, *, *).

EFFECT

Returns active extended views from PHIGS state list. The list is in inverted output priority, the first having the lowest priority.

If the data is available, error indicator is returned as 0.

ERRORS

3
Ignoring function, function requires state (PHOP, WSOP,*,*)
54
Ignoring function, the specified workstation is not open
57
Ignoring function, specified workstation is of category MI

SEE ALSO

Set view representation 3, see pxset_view_rep3

Set extended view representation (ext), see pxset_extended_view_rep

Set extended view activation flag (ext), see pxset_extended_view_activ_flag

Set view transformation output priority (ext), see pxset_view_tran_output_pri


Previous Next Up Title Contents Index Functions Index Top Library