Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE ALL CONFLICTING STRUCTURES

PINQ_ALL_CONF_STRUCTS


CALL SEQUENCE

void pinq_all_conf_structs(
)

TYPES


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

PHIGS STATE

(PHOP, *, *, AROP).

EFFECT

Returns the list of structure identifiers conflicting with the given archive. If the data is available, error indicator is returned as 0.

The data is extracted from the PHIGS state list. A structure identifier belongs to the list if it is both in the centralized structure store (CSS) and in archive ar_id.

ERRORS

2
Ignoring function, function requires state (PHOP, *,*,*)

SEE ALSO

open archive file, inquire conflict resolution, inquire conflicting structures in network.


Previous Next Up Title Contents Index Functions Index Top Library