| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      ||
| 
        
        hstmt
         | 
      
        
        DAM_HSTMT
         | 
      
        
        The statement handle of the currently active statement.
         | 
     
| 
        
        OUT
         | 
      ||
| 
        
        pszCatalog
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The qualifier as entered in the OA_PROC table. Pass in a buffer of 128 characters.
         | 
     
| 
        
        pszOwner
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The owner as entered in the OA_PROC table. Pass in a buffer of 128 characters.
         | 
     
| 
        
        pszProcName
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The name of the procedure. Pass in a buffer of 128 characters.
         | 
     
| 
        
        pszUserData
         | 
      
        
        char *
        
       
        OAWCHAR *
         | 
      
        
        The OA_USERDATA as entered in the OA_PROC table. This can be any string that the IP wants to know about the procedure. Pass in a buffer of 256 characters.
         | 
     
| 
        
        RETURN
         | 
      ||
| 
        
        NONE
         |