#include <db.h>
int
DB_ENV->get_lk_conflicts(DB_ENV *dbenv,
    const u_int8_t **lk_conflictsp, int *lk_modesp);  
      
         The DB_ENV->get_lk_conflicts() method returns the current conflicts
         array. You can specify a conflicts array using 
         DB_ENV->set_lk_conflicts()
    
         The DB_ENV->get_lk_conflicts() method may be called at any time
         during the life of the application.
    
         The DB_ENV->get_lk_conflicts() 
            
                  method returns a non-zero error value on failure and 0 on success.
            
            
        
    
The lk_conflictsp parameter references memory into which a pointer to the current conflicts array is copied.
                         The DB_ENV->get_lk_conflicts() 
            
                 method may fail and return one of the following non-zero errors: