INQUIRE NON-DESTRUCTIVE (GRAPHICS) FACILITIES
CALLING SEQUENCE
pxinq_non_dest_facs (
Pint ws_type /*workstation type */
Pint *error_ind /*error indicator */
Pxnon_dest_facs *facilities /*non-destructive graphics facilities */
)
TYPES
typedef struct {
Pint mask; /* default bitplane write mask */
Pint num_overlay; /* number of overlay planes */
Pint num_underlay; /* number of underlay planes */
Pxsupp_flag comp_flag; /* complement draw mode support */
} Pxnon_dest_facs ;
typedef enum {
PXNO_SUPPORT, /* not supported */
PXSUPPORT /* supported */
} Pxsupp_flag;
EFFECT
Return the workstation non-destructive graphics facilities
ERRORS
- 2
- Ignoring function, function requires state PHOP.
- 51
- Ignoring function, this information is not yet available for this generic
workstation type; open a workstation of this type and use the specific
workstation type.
- 52
- Ignoring function, workstation type not recognized by the implementation.
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e., the workstation category is neither OUTPUT, OUTIN, nor
MO).
SEE ALSO
View attributes, see pxset_view_attrs