INQUIRE PATTERN FACILITIES(3P) — SUNPHIGS LIBRARY
NAME
INQUIRE PATTERN FACILITIES − inquire pattern facilities available on a workstation type
SYNOPSIS
C Syntax
void
pinqpatfacil ( type, error_ind, predefined )
Pwstypetype;workstation type
Pint∗error_ind;OUT error indicator
Pint∗predefined;OUT number of predefined pattern indices
FORTRAN Syntax
SUBROUTINE pqpaf ( WTYPE, ERRIND, NPPAI )
INTEGERWTYPEworkstation type
INTEGERERRINDOUT error indicator
INTEGERNPPAIOUT number of predefined pattern indices
Required PHIGS Operating States
(PHOP, ∗, ∗, ∗)
DESCRIPTION
Purpose
Use INQUIRE PATTERN FACILITIES to determine the number of predefined pattern indices available on a specified workstation type.
C Input Parameters
typeWorkstation type.
C Output Parameters
error_ind
A pointer to the location to store the error number of any error detected by this function.
predefined
Returns the number of predefined pattern indices available on workstations of type type.
FORTRAN Input Parameters
WTYPE
Workstation type.
FORTRAN Output Parameters
ERRIND
The error number of any error detected by this function.
NPPAI
Returns the number of predefined pattern indices available on workstations of type WTYPE.
ERRORS
002Ignoring function, function requires state (PHOP, ∗, ∗, ∗)
051Ignoring function, this information is not yet available for this workstation type; open a workstation of this type and use the specific workstation type
052Ignoring function, workstation type not recognized by the implementation
059Ignoring function, the specified workstation does not have output capability (i.e., the workstation category is neither OUTPUT, OUTIN, nor MO)
062Ignoring function, this information is not available for this MO workstation type
SEE ALSO
SET PATTERN REPRESENTATION (3P)
INQUIRE PATTERN REPRESENTATION (3P)
Sun Release 4.0 — Last change: 13 July 1989