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

GPINAD - Insert Application Data

GPINAD (length, data)

Purpose

Use GPINAD to insert an application data structure element into the open structure following the element pointer or to replace the element pointed at by the element pointer with an Insert Application Data structure element depending on the current edit mode.

This subroutine allows the insertion of application specific data into a structure element. This data is ignored during structure traversal.

Parameters

length -- specified by user, fullword integer

Length of application data in bytes (>=0)

data -- specified by user, variable length data

Application data to be placed in the element.

Error Codes

5
FUNCTION REQUIRES STATE STOP OR NROP (NOT STCL)
509
DATA LENGTH VALUE < ZERO OR REQUIRED LENGTH

Related Subroutines

RCP code

201328138 (X'0C00060A')


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