[ 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)

Output Parameters

Pint *err_ind
Error indicator.

Pconf_res *archive_res
Archival conflict resolution (0=PRES_MAINTAIN, 1=PRES_ABANDON, 2=PRES_UPD).

Pconf_res *retrieve_res
Retrieval conflict resolution (0=PRES_MAINTAIN, 1=PRES_ABANDON, 2=PRES_UPD).

FORTRAN

PQCNRS (errind, arccr, retcr)

Output Parameters

integer errind
Error indicator.

integer arccr
Archival conflict resolution (0=PCRMNT, 1=PCRABA, 2=PCRUPD).

integer retcr
Retrieval conflict resolution (0=PCRMNT, 1=PCRABA, 2=PCRUPD).

Errors

None

Related Subroutines

  • None


  • [ Previous | Next | Contents | Glossary | Home | Search ]