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

GPQAFP - Inquire Actual Font Pool Size

GPQAFP (wsid, errind, poolsize)

Purpose

Use GPQAFP to inquire the actual font pool size for the specified workstation.

This represents the maximum number of fonts that can be simultaneously active on this workstation after it is open. The size is specified as the number of fonts.

Parameters

wsid -- specified by user, fullword integer

Workstation identifier.

errind -- returned by the graPHIGS API, fullword integer

Error indicator. If the error indicator is zero, the request has been completed. Otherwise, one of the following errors exists:
25
SPECIFIED WORKSTATION DOES NOT EXIST
35
WORKSTATION HAS ONLY INPUT CAPABILITIES

poolsize -- returned by the graPHIGS API, fullword integer

Font pool size for this workstation.

Error Codes

None

Related Subroutines

GPQFP
Inquire Font Pool Size
GPQRCT
Inquire Realized Connection Type

RCP code

201336599 (X'0C002717')


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