DELETE ALL STRUCTURES FROM ARCHIVE(3P) — Kubota Pacfic Computer Inc. (29 February 1991)
NAME
DELETE ALL STRUCTURES FROM ARCHIVE − delete all structures from an archive file
SYNOPSIS
C Syntax
void
pdel_all_structs_ar ( archive_id )
Pintarchive_id;archive identifier
Required PHIGS Operating States
(PHOP, ∗, ∗, AROP)
DESCRIPTION
Purpose
Use DELETE ALL STRUCTURES FROM ARCHIVE to delete all structures in the specified open archive file.
C Input Parameter
archive_id
The archive identifier specifying the open archive file to delete from.
Execution
All structures in the specified archive file are deleted and the archive file is left in the same state as if it had just been created.
ERRORS
007Ignoring function, function requires state (PHOP, ∗, ∗, AROP)
404Ignoring function, the specified archive file is not open
SEE ALSO
DELETE ALL STRUCTURES (3P)
DELETE STRUCTURE NETWORKS FROM ARCHIVE (3P)
DELETE STRUCTURES FROM ARCHIVE (3P)
September 02, 1992