[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
INQUIRE POSTED STRUCTURES (PHOP,WSOP,*,*)
Purpose
Use
Inquire Posted Structures
to inquire the structure networks which have been identified
for display on the specified workstation by
the Post Structure subroutine
If the information is available, then the graPHIGS API sets
the error indicator to zero and returns the values in the
output parameters.
If the information is unavailable,
then the values returned in the output parameters
are unpredictable and the graPHIGS API sets the error indicator
to one of the following errors:
- 3
- Function Requires State (PHOP,WSOP,*,*)
- 54
- Specified Workstation Is Not Open
- 59
- Specified Workstation Does Not Have Output Capability
Language Bindings
C
pinq_posted_structs
(ws_id,
num_elems_appl_list, start_ind, err_ind,
struct_ids, num_elems_impl_list) |
Pint ws_idWorkstation identifier.
Pint num_elems_appl_listNumber of elements in the application list
(>=0).
Pint start_indStarting index (>=0).
Pint *err_indError indicator.
Pposted_struct_list *struct_idsList of structures posted to the workstation.
Pint *num_elems_impl_listNumber of elements in the implementation list.
FORTRAN
PQPOST
(wkid, n,
errind, number, strid,
priort) |
integer wkidWorkstation identifier.
integer nList element requested (>=0).
integer errindError indicator.
integer numberNumber of structures posted to the workstation.
integer stridIdentifier of the nth structure
posted to the workstation.
real priortInput priority of the nth structure
posted to the workstation.
Errors
None
Related Subroutines
Post Structure
Unpost All Structures
Unpost Structure
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]