INQUIRE LIST OF HIGHLIGHTING (BUNDLE) INDICES
CALLING SEQUENCE
pxinq_list_highl_inds (
Pint ws_id /*workstation identifier */
Pint length /*length of application list */
Pint start /*first entry to return */
Pint *error_ind /*error indicator */
Pint_list *indices /*list of highlighting indices */
Pint *num_indices /*number of highlight bundle table entries */
)
EFFECT
Return the specified portion of the list of defined highlighting bundle
indices.
The application must provide storage for the list of highlighting indices that
is returned by this routine. See the section "Memory Management for Inquiry
Functions Which Return Simple Lists" in the introduction to Chapter 5 for
additional information.
ERRORS
- 3
- Ignoring function, function requires state WSOP.
- 54
- Ignoring function, the specified workstation is not open.
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e., the workstation category is neither OUTPUT, OUTIN, nor MO).
- 2201
- Ignoring function, the start index is out of range.
- 2202
- Ignoring function, the length of the list is negative.
SEE ALSO
Highlighting bundle definition, see pxset_highl_rep