AcSmLockStatus

Lock status of an IAcSmDatabase, based on bitcode values.

AcSmLockStatus
Name Value Description
AcSmLockStatus_Locked_Local 1 The database is locked and open for write access.
AcSmLockStatus_Locked_ReadOnly 4 Write access to the database is denied because it is read-only.
AcSmLockStatus_Locked_Remote 2 Write access to the database is denied because it is remote.
AcSmLockStatus_UnLocked 0 Write access to the database is denied because it was not locked.
AcSmLockStatus_Locked_AccessDenied 16 Access to the database is denied due to lack of rights for access.
AcSmLockStatus_Locked_NotConnected 8 Access to the database is denied due to a lost connection to the database.
   Comments?