INQUIRE CONFLICT RESOLUTION(3P) — Kubota Pacfic Computer Inc. (29 February 1991)
NAME
INQUIRE CONFLICT RESOLUTION − inquire current values of conflict resolution flags
SYNOPSIS
C Syntax
void
pinq_conf_res ( error_ind, archive, retrieval )
Pint∗error_ind;OUT error indicator
Pconf_res∗archive;OUT archival resolution
Pconf_res∗retrieval;OUT retrieval resolution
Required PHIGS Operating States
(PHOP, ∗, ∗, ∗)
DESCRIPTION
Purpose
Use INQUIRE CONFLICT RESOLUTION to determine the current values of the archival and retrieval conflict resolution flags. The flag values may be MAINTAIN, ABANDON, or UPDATE.
See the description of the subroutine SET CONFLICT RESOLUTION for information on the meaning of these values.
C Output Parameters
error_ind
A pointer to the location to store the error number of any error detected by this function.
archive
A pointer to a Pconf_res enumerated type in which the system returns the current value of the archival conflict resolution flag.
retrieval
A pointer to a Pconf_res enumerated type in which the system returns the current value of the retrieval conflict resolution flag. Values for the Pconf_res enumerated type are defined in phigs.h as follows:
PRES_MAINTAIN
PRES_ABANDON
PRES_UPD
ERRORS
002Ignoring function, function requires state (PHOP, ∗, ∗, ∗)
SEE ALSO
SET CONFLICT RESOLUTION (3P)
September 02, 1992