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

GPQASV - Inquire Archive State Value

GPQASV (state)

Note:

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

Purpose

Use GPQASV to inquire the archive state of the graPHIGS API The archive state is either Archive Open (2=AROP ) or Archive Closed (1=ARCL ) If the state is AROP , then at least one archive file is open. If the state is ARCL , then no archive files are open.

Parameters

state -- specified by user, fullword integer

Archive state value (1=ARCL, 2=AROP )

Error Codes

None

Related Subroutines

GPCLAR
Close Archive File
GPOPAR
Open Archive File

RCP code

201336336 (X'0C002610')


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