tibasMetaspace_GetSystemSpace()
Returns a valid Space object for one of the system spaces. System spaces are read-only and have a unique distribution role.
      Declaration
tibas_status tibasMetaspace_GetSystemSpace(
    tibasMetaspace metaspace,
    tibasSpace* space,
    const char* spaceName)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | metaspace | The TIBCO ActiveSpaces entity on which the function is invoked. | 
                  
                     | space | The returned Space object. | 
                  
                     | spaceName | The name of the system space. | 
               
            
Remarks	
Use the tibasMetaspace_GetSystemSpace() function to return a Space object showing system space information for a specified system space.
Copyright © Cloud Software Group, Inc. All rights reserved.