INQUIRE VIEW FACILITIES(3P) — SUNPHIGS LIBRARY
NAME
INQUIRE VIEW FACILITIES − inquire the view facilities of a specified workstation type
SYNOPSIS
C Syntax
void
pinqviewfacil ( type, error_ind, num )
Pwstypetype;workstation type
Pint∗error_ind;OUT error indicator
Pint∗num;OUT number of predefined view indices
FORTRAN Syntax
SUBROUTINE pqvwf ( WTYPE, ERRIND, NPVWI )
INTEGERWTYPEworkstation type
INTEGERERRINDOUT error indicator
INTEGERNPVWIOUT number of predefined view indices
Required PHIGS Operating States
(PHOP, ∗, ∗, ∗)
DESCRIPTION
Purpose
Use INQUIRE VIEW FACILITIES to determine the number of predefined view representations supported by a specified workstation type.
C Input Parameter
typeWorkstation type being queried.
C Output Parameters
error_ind
A pointer to the location to store the error number of any error detected by this function.
numAn pointer to a location in which the system returns the number of predefined view indices for the workstation.
FORTRAN Input Parameter
WTYPE
Workstation type being queried.
FORTRAN Output Parameters
ERRIND
The error number of any error detected by this function.
NPVWI
The number of predefined view indices for the workstation.
ERRORS
002Ignoring function, function requires state (PHOP, ∗, ∗, ∗)
052Ignoring function, workstation type not recognized by the implementation
051Ignoring function, this information is not yet available for this workstation type; open a workstation of this type and use the specific workstation type
057Ignoring function, specified workstation is of category MI
062Ignoring function, this information is not available for this MO workstation type
SEE ALSO
INQUIRE PREDEFINED VIEW REPRESENTATION (3P)
Sun Release 4.0 — Last change: 24 July 1989