Previous Next Up Title Contents Index Functions Index Top Library

DELETE STRUCTURES FROM ARCHIVE

PDEL_STRUCTS_AR


CALL SEQUENCE

void pdel_structs_ar(
)

TYPES

typedef struct {
	Pint	num_ints;	/* number of Pints in list 	*/
	Pint	*ints;	/* list of integers	*/
} Pint_list;

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

Delete the structures specified in struct_ids from the archive archive_id. No verification is carried out as to whether the structures to be deleted are referenced by other structures.

If any of the structures specified does not exist, no action is carried out for that particular structure.

ERRORS

7
Ignoring function, function requires state (PHOP, *, *, AROP)
404
Ignoring function, the specified archive file is not open
407
Warning, some of the specified structures do not exist on the archive file

SEE ALSO

open archive file, archive structures, retrieve structures identifiers, retrieve structures, delete structure networks from archive, delete all structures from archive


Previous Next Up Title Contents Index Functions Index Top Library