tibas_boolean Type Declaration typedef enum { TIBAS_FALSE, TIBAS_TRUE } tibas_boolean; Purpose This type represents the boolean data returned by TIBCO ActiveSpaces functions. Values Value Description TIBAS_FALSE The function returned TRUE. TIBAS_TRUE The function returned FALSE.