Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE LIST OF VIEWS TO WHICH STRUCTURE IS POSTED

PXINQ_LIST_VIEWS_STRUCT_POSTED


CALLING SEQUENCE

pxinq_list_views_struct_posted (
)

EFFECT

Return a list of view indices to which the specified structure is posted on the specified workstation.

The application must provide storage for the list of views 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

2
Ignoring function, function requires state PHOP.
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.
201
Ignoring function, invalid structure identifier specified.

SEE ALSO

Post structure, see ppost_struct

Post structure to view, see pxpost_struct_view

Unpost all structures, see punpost_all_structs

Unpost all structures from view, see pxunpost_all_structs_view

Unpost all structures from views, see pxunpost_all_structs_all_views, pxunpost_all_structs_list_views

Unpost structure, see punpost_struct

Unpost structure from view, see pxunpost_struct_view

Update view, see pxupd_ws_view

Update views, see pxupd_all_views, pxupd_list_views

Inquire list of structures posted to view, see pxinq_list_structs_posted_view


Previous Next Up Title Contents Index Functions Index Top Library