WORKSTATION TYPE DESTROY(3P) — SUNPHIGS LIBRARY
NAME
WORKSTATION TYPE DESTROY − destroy a workstation type − SunPHIGS extension
SYNOPSIS
C Syntax
void
phigs_ws_type_destroy ( ws_type )
Pwstypews_type;workstation type
FORTRAN Syntax
SUBROUTINE phigswstdestroy ( WST )
INTEGERWSTworkstation type
Required PHIGS Operating States
(PHOP, ∗, ∗, ∗)
DESCRIPTION
Purpose
Destroy a workstation type created by the application. WORKSTATION TYPE DESTROY deallocates any memory used by the workstation type and removes it from the list of available workstation types in the PHIGS description table. After a workstation type is destroyed it can no longer be used. See WORKSTATION TYPE CREATE for a description of how and why to create a new workstation type.
This is a SunPHIGS addition, and is not part of the PHIGS standard.
C Input Parameter
ws_type
The workstation type to destroy.
FORTRAN Inupt Parameter
WSTThe workstation type to destroy.
ERRORS
No Error
SEE ALSO
WORKSTATION TYPE CREATE (3P)
WORKSTATION TYPE GET (3P)
WORKSTATION TYPE SET (3P)
OPEN WORKSTATION (3P)
INQUIRE LIST OF AVAILABLE WORKSTATION TYPES (3P)
Sun Release 4.0 — Last change: 8 July 1989