Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix B Datatypes : Enumerated Types : tibas_lockType

tibas_lockType
Type
Declaration
typedef enum _tibas_lockType {
TIBAS_LOCK_NONE = 0,
TIBAS_LOCK_EXCLUSIVE = 1
} tibas_lockType;
Purpose
This type specifies the type of lock used with space entries.
Values
 
 
Lock type indicating that the SpaceEntry is not locked.
Lock type indicating that the SpaceEntry is locked (read only) exclusively.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved