Used to retrieve a context tuple. Returns context data that is associated with a specified space member.
  
 
	 Declaration
		
		tibas_status tibasMember_GetContext(
    tibasMember member,
    tibasTuple* context)
	  
 
	 Parameters
		
		
 
			  
			  
			  
				 
				  | Parameter
				   | 
 
				  Description
				   | 
 
				
 
			 
 
			  
				 
				  | member
				   | 
 
				  Specify the member name for a member for which you want to return context data.
				   | 
 
				
 
				 
				  | context
				   | 
 
				  Returns the context information associated with the member.
				   | 
 
				
 
			 
 
		  
 
	  
 
	 Remarks 
		
		Use the tibasMember_GetContext() function to return context information associated with a specified member. For example, the memberDef for a specified member might have been set up to include an application name.
		
	  
 
	 
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.