![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibas_status tibasSpaceDef_GetLockScope(
Use the tibasSpaceDef_GetLockScope() function to return the lock scope value that is set for a specified space.
• TIBAS_LOCK_SCOPE_NONE Specifies that locks do not have a scope.
• TIBAS_LOCK_SCOPE_THREAD Specifies that threads cannot write over data that is locked by another thread.
• TIBAS_LOCK_SCOPE_PROCESS Specifies that processes cannot write over data that is locked by another process; however, threads within the same process can overwrite data locked by another thread in the process.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |