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

GPQCSR - Inquire Cull Size Representation

GPQCSR (wsid, index, type, errind, size)

Note:

This subroutine is a Workstation State List (WSL) inquiry. For an overview, see "WSL Inquiries"

Purpose

Use GPQCSR to inquire the current cull size in the specified entry in the cull size table of the specified workstation.

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

wsid -- specified by user, fullword integer

Workstation identifier.

index -- specified by user, fullword integer

Cull size table index (>=1)

type -- specified by user, fullword integer

Type of returned value (1=SET )

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
278
CULL SIZE INDEX < ONE
279
CULL SIZE INDEX EXCEEDS THE WORKSTATION TABLE CAPACITY
534
TYPE VALUE IS INVALID

size -- returned by the graPHIGS API, short floating-point number (DC)

Cull size.

Error Codes

None

Related Subroutines

GPCSR
Set Cull Size Representation
GPTEX2
Test Extent 2
GPTEX3
Test Extent 3
GPQCSF
Inquire Cull Size Facilities

RCP code

201339147 (X'0C00310B')


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