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

GPCSIR - Change Structure Identifier and References

GPCSIR (ostrid, rstrid)

Purpose

Use GPCSIR to change all execute structure-type elements which reference a structure (called the original structure) with elements which reference a specified structure (called the resulting structure) and then change the identifier of the original structure with that of the resulting structure. The effect of this subroutine is as though the application called the Change Structure References (GPCSRS) subroutine followed by a call to the Change Structure Identifier (GPCSI) subroutine.

If the original structure references the resulting structure, then the graPHIGS API issues an error and does not perform the change.

Parameters

ostrid -- specified by user, fullword integer

Original structure identifier.

rstrid -- specified by user, fullword integer

Resulting structure identifier.

Error Codes

12
FUNCTION REQUIRES STATE SSSL
129
ATTEMPTING TO HAVE THE RESULTING STRUCTURE EXECUTE ITSELF

Related Subroutines

GPCSI
Change Structure Identifier
GPCSRS
Change Structure References

RCP code

201347075 (X'0C005003')


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