Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE ARCHIVE FILES

PINQ_AR_FILES


CALL SEQUENCE

void pinq_ar_files(
)

TYPES

typedef void * Pstore;

typedef struct {
	Pint	num_ar_files;	/* number of archive files 	*/
	Par_file	*ar_files;	/* list of archive files 	*/
} Par_file_list;

typedef struct {
	Pint	id;	/* identifier of archive file	*/
	char	*name;	/* name of archive	*/
} Par_file;

PHIGS STATE

(PHOP, *, *, *).

EFFECT

Returns a list of archive files (identifier, name) shown as open in the PHIGS state list.

The memory referenced by *ar_files is managed by store.

ERRORS

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

SEE ALSO

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


Previous Next Up Title Contents Index Functions Index Top Library