Previous Next Up Title Contents Index Functions Index Top Library

DELETE STRUCTURE NETWORKS FROM ARCHIVE

PDEL_STRUCT_NETS_AR


CALL SEQUENCE

void pdel_struct_nets_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 by struct_ids, as well as all the structures that they directly or indirectly reference, from the open archive archive_id.

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 structure network, retrieve structures identifiers, retrieve structure networks, delete structures from archive, delete all structures from archive


Previous Next Up Title Contents Index Functions Index Top Library