Previous Next Up Title Contents Index Functions Index Top Library

ARCHIVE ALL STRUCTURES

PAR_ALL_STRUCTS


CALL SEQUENCE

void par_all_structs(
)

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

All the structures present in the centralized structure store (CSS) are saved in archive archive_id.

If the identifier of one of the structures in the CSS is already present in the archive, the conflict is processed according to the value of archival conflict resolution flag which can be:

- MAINTAIN : Structure already present in the archive is maintained.

- ABANDON : Saving operation abandoned for conflicting structure.

- UPDATE : Structure already present in the archive is overwritten by the new one.

ERRORS

7
Ignoring function, function requires state (PHOP, *, *, AROP)
404
Ignoring function, the specified archive file is not open
405
Ignoring function, name conflict occurred while conflict resolution flag has value ABANDON
406
Warning, the archive file is full. Any structures that were archived were archived in total

SEE ALSO

open archive file, archive structures networks, archive structures, set conflict resolution, retrieve all structures, delete all structures from archive, inquire all conflicting structures


Previous Next Up Title Contents Index Functions Index Top Library