| 
        
        Parameter
         | 
      
        
        Type
         | 
      
        
        Description
         | 
     
| 
        
        IN
         | 
      ||
| 
        
        hstmt
         | 
      
        
        long
         | 
      
        
        The statement handle.
         | 
     
| 
        
        iParam
         | 
      
        
        int *
         | 
      
        
        The parameter index. Its value starts from zero.
         | 
     
| 
        
        OUT
         | 
      ||
| 
        
        piXoType
         | 
      
        
        int *
         | 
      
        
        The data type of the result value.
         | 
     
| 
        
        ppParamVal
         | 
      
        
        void **
         | 
      
        
        The pointer to the data is returned in this location. The C type of the data corresponds to the piXoType value. See Table 33. Use this pointer only if the plValLen is not set to XO_NULL_DATA. Do not attempt to free this data.
         | 
     
| 
        
        plValLen
         | 
      
        
        long *
         | 
      
        
        The length of the data pointed to by ppParamVal:
        
        | 
     
| 
        
        RETURN
         | 
      ||
| 
        
        int
         | 
      
        
        The status of the function call:
        
        |