[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface : Subroutine Reference
GPQTXF - Inquire Text Facilities
GPQTXF
(wstype,
errind,
npred) |
Purpose
Use
GPQTXF
to inquire the number of predefined text bundle table
entries in the WDT for the specified workstation type.
The graPHIGS API returns a value indicating the number of predefined
text indexes
for the bundle table of the specified workstation type.
If the inquired information is available,
then the graPHIGS API sets the error indicator to zero
and returns the values in the output parameters.
If the inquired information is unavailable, then
the error indicator
(errind)
contains an error number indicating the reason,
and the values returned in the output parameters
are unpredictable.
Parameters
wstype -- specified by user,
8-byte character string
Workstation type.
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:
- 23
- SPECIFIED WORKSTATION TYPE DOES NOT EXIST
- 35
- WORKSTATION HAS ONLY INPUT CAPABILITIES
- 548
- SPECIFIED WORKSTATION TYPE CANNOT BE LOADED
npred -- returned by the graPHIGS API, fullword integer
Number of predefined text bundle table entries.
Error Codes
None
Related Subroutines
- GPQRCT
- Inquire Realized Connection Type
- GPQXTX
- Inquire Extended Text Facilities
RCP code
201339656
(X'0C003308')
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]