[ Previous | Next | Contents | Glossary | Home | Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference

UNPOST STRUCTURE (PHOP,WSOP,*,*)

Purpose

Use Unpost Structure to unpost the specified structure from the specified workstation. Unposting a structure does not delete the structure.

Language Bindings

C

punpost_struct (ws_id, struct_id)

Input Parameters

Pint ws_id
Workstation identifier.

Pint struct_id
Structure identifier.

FORTRAN

PUPOST (wkid, strid)

Input Parameters

integer wkid
Workstation identifier.

integer strid
Structure identifier.

Errors

3
Function Requires State (PHOP,WSOP,*,*)
54
Specified Workstation Is Not Open
59
Specified Workstation Does Not Have Output Capability

Related Subroutines

  • Inquire Posted Structures

  • Inquire Set Of Workstations To Which Posted

  • Post Structure

  • Unpost Structure

  • [ Previous | Next | Contents | Glossary | Home | Search ]