Previous Next Up Title Contents Index Functions Index Top Library

CLOSE (NON-RETAINED) STRUCTURE

PXCLOSE_NR_STRUCT


CALL SEQUENCE

void pxclose_nr_struct ()

EFFECT

Close the non-retained structure.

The non-retained structure is closed and the structure state becomes STCL (structure closed). No structure elements may be generated until a structure is opened.

The non-retained structure remains posted to any workstations it is currently posted to.

This function does not cause a change to the display. Non-retained graphics is removed from the display when regeneration occurs. To explicitly request regeneration, use function Redraw All Structures (routine predraw_all_structs) or Update Workstation (routine pupd_ws).

The non-retained structure can be re-opened with the function Open (Non-retained) Structure (routine pxopen_nr_struct).

ERRORS

8
Ignoring function, function requires state STNOP.

SEE ALSO

Close retained structure, see pclose_struct

Open non-retained structure, see pxopen_nr_struct

Open retained structure, see popen_struct

Post non-retained structure, see pxpost_nr_struct

Unpost non-retained structure, see pxunpost_nr_struct

Inquire open structure, see pinq_open_struct

Inquire structure status, see pinq_struct_status

Inquire structure identifiers, see pinq_struct_ids

Inquire structure state value, see pinq_struct_st

Unpost non-retained structure, see pxunpost_nr_struct

Inquire open structure, see pinq_open_struct

Inquire structure status, see pinq_struct_status

Inquire structure identifiers, see pinq_struct_ids

Inquire structure state value, see pinq_struct_st


Previous Next Up Title Contents Index Functions Index Top Library