tibas_boolean
The tibas_boolean enumerated type represents the boolean data returned by TIBCO ActiveSpaces functions.
      Declaration
typedef enum {
    TIBAS_FALSE,
    TIBAS_TRUE
} tibas_boolean;
 
      Values
               
               
               
                  
                     | Value | 
                     Description | 
                  
               
               
                  
                     | TIBAS_FALSE | 
                     The function returned TRUE. | 
                  
                  
                     | TIBAS_TRUE | 
                     The function returned FALSE. | 
                  
               
            
 
 
    
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.