[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]
The graPHIGS Programming Interface: ISO PHIGS Subroutine Reference
INQUIRE CONFLICT RESOLUTION (PHOP,*,*,*)
Purpose
Use
Inquire Conflict Resolution
to inquire the archival conflict resolution flag and
the retrieval conflict resolution flag. Each flag may have
the value MAINTAIN, ABANDON, or UPDATE.
If the information is available, then the graPHIGS API sets
the error indicator to zero and returns the values in
the output parameters.
If the information is unavailable,
then the values returned in the output parameters
are unpredictable and the graPHIGS API sets the error indicator
to the following error:
- 2
- Function Requires State (PHOP,*,*,*)
Language Bindings
C
pinq_conf_res
(err_ind,
archive_res, retrieve_res) |
Pint *err_indError indicator.
Pconf_res *archive_resArchival conflict resolution
(0=PRES_MAINTAIN, 1=PRES_ABANDON,
2=PRES_UPD).
Pconf_res *retrieve_resRetrieval conflict resolution
(0=PRES_MAINTAIN, 1=PRES_ABANDON,
2=PRES_UPD).
FORTRAN
PQCNRS
(errind, arccr, retcr) |
integer errindError indicator.
integer arccrArchival conflict resolution
(0=PCRMNT, 1=PCRABA, 2=PCRUPD).
integer retcrRetrieval conflict resolution
(0=PCRMNT, 1=PCRABA, 2=PCRUPD).
Errors
None
Related Subroutines
None
[ Previous |
Next |
Contents |
Glossary |
Home |
Search ]