INQUIRE HIGHLIGHTING FACILITIES
CALLING SEQUENCE
pxinq_highl_facs (
Pint ws_type /*workstation type */
Pint *error_ind /*error indicator */
Pxhighl_facs *facilities /*highlighting facilities */
)
TYPES
typedef struct {
Pxsupp_flag colr; /* color support flag */
Pxsupp_flag linetype; /* line type support flag */
Pxsupp_flag blink; /* blink support flag */
Pxsupp_flag intensity; /* intensity support flag */
Pint num_flags; /* total number of support flags */
} Pxhighl_facs;
typedef enum {
PXNO_SUPPORT, /* not supported */
PXSUPPORT /* supported */
} Pxsupp_flag;
EFFECT
Return the highlighting capabilities of the specified workstation
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
Highlighting bundle definition, see pxset_highl_rep