pxinq_pixel_facs (
Pint ws_type /*workstation type */ Pint *error_ind /*error indicator */ Pxpixel_facs *facilities /*pixel facilities */
)
typedef struct {
Pxsupp_flag pixel_save; /* pixel save */
Pxsupp_flag pixel_restore; /* pixel restore */
Pxsupp_flag pixel_release; /* pixel release */
Pxsupp_flag pixel_paste; /* pixel paste */
Pxsupp_flag pixel_write; /* pixel write */
Pint num_flags; /* total number of support flags */
Pint num_blocks; /* maximum number of pixel block save areas */
} Pxpixel_facs ;
typedef enum {
PXNO_SUPPORT, /* not supported */
PXSUPPORT /* supported */
} Pxsupp_flag;
Save target region, see pxsave_target_region
Restore target region, see pxrestore_target_region