Returns the member associated with a specified invoke result.
      Declaration
tibas_status tibasInvokeResult_GetMember(
    tibasInvokeResult result,
    tibasMember* member);
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | result | 
                     Specify the InvokeResult object to return a member for. | 
                  
                  
                     | member | 
                     Returns the member referenced by the application call. | 
                  
               
            
 
 
      Remarks
Use the tibasInvokeResult_GetMember() function to return the space member referenced by an application function call made using the tibasSpace_Invoke(), tibasSpace_InvokeMember(),tibasSpace_InvokeMembers(), tibasSpace_InvokeRemoteMembers(), or tibasSpace_InvokeSeeders() function.
 
      
    
Copyright © Cloud Software Group, Inc. All rights reserved.