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

GPQSSS - Inquire Selected Structure Store

GPQSSS (status, ssid)

Note:

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

Purpose

Use GPQSSS to inquire the currently selected structure store.

If the selected structure store exists, the graPHIGS API returns value 2=EXISTENT to the status parameter and the structure store identifier to the second parameter. If the selected structure store does not exist, the graPHIGS API returns value 1=NON_EXISTENT to the status parameter and the second parameter is not set.

Parameters

status -- returned by the graPHIGS API, fullword integer

Selected structure store status (1=NON_EXISTENT, 2=EXISTENT )

ssid -- returned by the graPHIGS API, fullword integer

Structure store identifier.

Error Codes

None

Related Subroutines

GPSSS
Select Structure Store

RCP code

201345797 ( X'0C004B05')


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