| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        INPUT
         | 
     ||
| 
        
        hScalarValExp
         | 
      
        
        long
         | 
      
        
        Scalar value expression handle returned from the call to damex_describeValExp.
         | 
     
| 
        
        OUTPUT
         | 
     ||
| 
        
        pQualifierName
         | 
      
        
        StringBuffer
         | 
      
        
        The name of the function qualifier. Create and pass in a StringBuffer object of DAM_MAX_ID_LEN+1
         | 
     
| 
        
        pName
         | 
      
        
        StringBuffer
         | 
      
        
        The scalar method name. Create and pass in a StringBuffer object of DAM_MAX_ID_LEN+1.
         | 
     
| 
        
        phValExpList
         | 
      
        
        long
         | 
      
        
        The handle to the value expression list which contains the arguments to the scalar method. This value is 0 when no arguments exist.
         | 
     
| 
        
        RETURN
         | 
     ||
| 
        
        int
         | 
      
        
        DAM_SUCCESS - on success
        
       
        DAM_FAILURE - on failure
         | 
     |