| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      ||
| 
        
        pMemTree
         | 
      
        
        XM_Tree *
         | 
      
        
        The memory tree on which to allocate memory for the new object.
         | 
     
| 
        
        pList
         | 
      
        
        DAM_HSCALAR_LIST
         | 
      
        
        The list to which custom scalar function information is added.
         | 
     
| 
        
        sQualifierName
         | 
      
        
        char *
         | 
      
        
        The name of the function qualifier.
         | 
     
| 
        
        sName
         | 
      
        
        Char *
         | 
      
        
        The name of the custom scalar function.
         | 
     
| 
        
        RETURN
         | 
      ||
| 
        
        int
         | 
      
        
        DAM_SUCCESS - information was successfully added.
        
       
        DAM_FAILURE - the operation to add information failed.
         |