FDO API Reference Feature Data Objects

LockType.h File Reference

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

Go to the source code of this file.


Enumerations

enum  FdoLockType {
  FdoLockType_None,
  FdoLockType_Shared,
  FdoLockType_Exclusive,
  FdoLockType_Transaction,
  FdoLockType_Unsupported,
  FdoLockType_AllLongTransactionExclusive,
  FdoLockType_LongTransactionExclusive
}
 The FdoLockType enumeration defines lock types. The lock type for a locked object indicates a user's access privileges (including the user who applied the persistent lock) to an object. More...

Comments or suggestions? Send us feedback.