FDO API Reference | Feature Data Objects |
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. The enumeration values are used with the commands FdoIAcquireLock, FdoISelect and FdoIGetLockInfo. With the command FdoIAcquireLock or FdoISelect, the specified value indicates the lock type to be used when applying a lock on an object. With the command FdoIGetLockInfo, the enumaration values are used to report lock types back to the user.
The enumeration contains some special lock types (FdoLockType_None and FdoLockType_Unsupported) that are used only when reporting lock type information. These special lock types cannot be used to specify a lock type to be applied to an object. . More... |
|
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. The enumeration values are used with the commands FdoIAcquireLock, FdoISelect and FdoIGetLockInfo. With the command FdoIAcquireLock or FdoISelect, the specified value indicates the lock type to be used when applying a lock on an object. With the command FdoIGetLockInfo, the enumaration values are used to report lock types back to the user. The enumeration contains some special lock types (FdoLockType_None and FdoLockType_Unsupported) that are used only when reporting lock type information. These special lock types cannot be used to specify a lock type to be applied to an object. .
Definition at line 45 of file LockType.h. |
Comments or suggestions? Send us feedback. |