Previous Next Up Title Contents Index Functions Index Top Library

COPY ELEMENT RANGE FROM STRUCTURE

PXCOPY_ELEM_RANGE_STRUCT


CALL SEQUENCE

void pxcopy_elem_range_struct(
)

PHIGS STATE

(PHOP,*,STOP,*)

EFFECT

COPY ELEMENT RANGE FROM STRUCTURE copies the elements between ep1_value and ep2_value from the structure struct_id to the open structure.

The struct_id elements are copied after the element indicated by element pointer. Element pointer is then updated to point to the last element inserted.

If structure struct_id is empty or does not exist, no action is taken.

ERRORS

5
Ignoring function, function requires state (PHOP,*, STOP,*)

SEE ALSO

Open structure, see popen_struct

Change structure identifier, see pchange_struct_id

Change structure reference, see pchange_struct_refs

Change structure identifier and references, see pchange_struct_id_refs


Previous Next Up Title Contents Index Functions Index Top Library