.\"## .\" $XConsortium: p101,v 5.2 94/04/17 20:55:30 rws Exp $ .\"## .\"## $XMCOPY .\"## Copyright (c) 1990, 1991 by Sun Microsystems, Inc. .\"## .\"## All Rights Reserved .\"## .\"## Permission to use, copy, modify, and distribute this software and its .\"## documentation for any purpose and without fee is hereby granted, .\"## provided that the above copyright notice appear in all copies and that .\"## both that copyright notice and this permission notice appear in .\"## supporting documentation, and that the name of Sun Microsystems, .\"## not be used in advertising or publicity .\"## pertaining to distribution of the software without specific, written .\"## prior permission. .\"## .\"## SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, .\"## INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO .\"## EVENT SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR .\"## CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF .\"## USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR .\"## OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\"## PERFORMANCE OF THIS SOFTWARE. .TH "INQUIRE CONFLICT RESOLUTION" 3P "29 February 1991" .SH NAME INQUIRE CONFLICT RESOLUTION \- inquire current values of conflict resolution flags .IX "Archive Files" "INQUIRE CONFLICT RESOLUTION" .SH SYNOPSIS .SS C Syntax .ft B .ta 1.25i 3i .nf void pinq_conf_res ( error_ind, archive, retrieval ) Pint *error_ind; \fI\s-2OUT\s+2 error indicator\fP Pconf_res *archive; \fI\s-2OUT\s+2 archival resolution\fP Pconf_res *retrieval; \fI\s-2OUT\s+2 retrieval resolution\fP .fi .ft R .SS Required PHIGS Operating States (PHOP, *, *, *) .SH DESCRIPTION .SS Purpose Use \s-2INQUIRE CONFLICT RESOLUTION\s+2 to determine the current values of the archival and retrieval conflict resolution flags. The flag values may be \s-2MAINTAIN\s+2, \s-2ABANDON\s+2, or \s-2UPDATE\s+2. .LP See the description of the subroutine \s-2SET CONFLICT RESOLUTION\s+2 for information on the meaning of these values. .SS C Output Parameters .IP \fIerror_ind\fP A pointer to the location to store the error number of any error detected by this function. .IP \fIarchive\fP A pointer to a Pconf_res enumerated type in which the system returns the current value of the archival conflict resolution flag. .IP \fIretrieval\fP 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: .sp .ta .5i .nf PRES_MAINTAIN PRES_ABANDON PRES_UPD .fi .SH ERRORS .IP 002 Ignoring function, function requires state (\s-2PHOP, *, *, *\s+2) .SH SEE ALSO .nf .IP .ta 0.5i .SM "SET CONFLICT RESOLUTION (3P)" .fi