Enumerations | |
enum | LockType { LockType_None = FdoLockType_None, LockType_Shared = FdoLockType_Shared, LockType_Exclusive = FdoLockType_Exclusive, LockType_Transaction = FdoLockType_Transaction, LockType_Unsupported = FdoLockType_Unsupported, LockType_AllLongTransactionExclusive = FdoLockType_AllLongTransactionExclusive, LockType_LongTransactionExclusive = FdoLockType_LongTransactionExclusive } |
The LockType 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... |