Previous Next Up Title Contents Index Functions Index Top Library

RETRIEVE STRUCTURE IDENTIFIERS

PRET_STRUCT_IDS


CALL SEQUENCE

void pret_struct_ids(
)

TYPES

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

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

This function returns the list of structure identifiers in the archive archive_id.

ERRORS

7
Ignoring function, function requires state (PHOP, *, *, AROP)
404
Ignoring function, the specified archive file is not open

SEE ALSO

open archive file, archive structures, retrieve structures, delete structures from archive, retrieve paths to ancestors, retrieve paths to descendant, inquire conflict resolution, inquire all conflicting structures, inquire conflicting structures in network


Previous Next Up Title Contents Index Functions Index Top Library