Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE VIEW DISPLAY PRIORITY

PXINQ_VIEW_DISP_PRI


CALLING SEQUENCE

pxinq_view_disp_pri (
)

EFFECT

Return the specified portion of the list of defined view indices, in order of view display priority.

The view indices are returned in order of current view display priority, lowest to highest. The default priority order is: 0, 1, 2, etc.

The application must provide storage for the list of view 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.
2201
Ignoring function, the start index is out of range.
2202
Ignoring function, the length of the list is negative.

SEE ALSO

View display priority, see pxset_view_disp_pri


Previous Next Up Title Contents Index Functions Index Top Library