Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE SET OF VIEWS OF WORKSTATION TO WHICH POSTED

PXINQ_WSS_VIEWS_POSTED


CALL SEQUENCE

void pxinq_wss_views_posted(
)

TYPES

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

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns view identifiers on which the structure struct_id is posted.

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

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)
201
Ignoring function, the specified structure does not exist

SEE ALSO

Post structure on view (ext), see pxpost_struct_view


Previous Next Up Title Contents Index Functions Index Top Library