Returns a Space object that identifies the space from which a space event was generated.
      Declaration
tibas_status tibasSpaceEvent_GetSpace
(tibasSpaceEvent event,
tibasSpace*      space)
Warning: Note that invoking this function will increase the reference count of the returned space object. You should therefore call tibasSpace_Free when done processing the event.
 
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | event | Specify the spaceEvent for which you want to return the associated space. | 
                  
                     | space | The space returned by the function. | 
               
            
Remarks
Use the tibasSpaceEvent_GetSpace() function to return the name of the space that generated a specified event.
Copyright © Cloud Software Group, Inc. All rights reserved.