tibas_lockType
The tibas_lockType enumerated type specifies the type of lock used with space entries.
      Declaration
typedef enum _tibas_lockType {
    TIBAS_LOCK_NONE                     = 0,
    TIBAS_LOCK_EXCLUSIVE                = 1
} tibas_lockType;
Values
               
               
               
                  
                     | Value | Description | 
               
               
                  
                     | TIBAS_LOCK_NONE | Lock type indicating that the SpaceEntry is not locked. | 
                  
                     | TIBAS_LOCK_EXCLUSIVE | Lock type indicating that the SpaceEntry is locked (read only) exclusively. | 
               
            
Copyright © Cloud Software Group, Inc. All rights reserved.