INQUIRE PATTERN FACILITIES(3P) — Kubota Pacfic Computer Inc. (29 February 1991)
NAME
INQUIRE PATTERN FACILITIES − inquire pattern facilities available on a workstation type
SYNOPSIS
C Syntax
void
pinq_pat_facs ( type, error_ind, predefined )
Pinttype;workstation type
Pint∗error_ind;OUT error indicator
Pint∗predefined;OUT 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
A pointer to an integer that returns the number of predefined pattern indices available on workstations of type type.
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 (that is, 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)
September 02, 1992