FDO API Reference Feature Data Objects

ConflictType.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Enumerations

enum  FdoConflictType { FdoConflictType_LockConflict, FdoConflictType_VersionConflict, FdoConflictType_Unsupported }
 The FdoConflictType enumeration defines conflict types required to identify the lock type of a conflict reported with the lock conflict reader.
Parameters:
FdoConflictType_LockConflict Identifies a reported conflict in the lock conflict reader as a lock conflict. A conflict represents a lock conflict if an object the user requests to be locked is already locked by a different user.
FdoConflictType_VersionConflict Identifies a reported conflict in the lock conflict reader as a version conflict. A conflict represents a version conflict if an object the user requests to be locked has already been versioned.
FdoConflictType_Unsupported Indicates that an unsupported or unknown conflict type has been encountered.
. More...

Comments or suggestions? Send us feedback.