Example #1
0
 internal void set_errcall(BDB_ErrcallDelegate db_errcall_fcn)
 {
     libdb_csharpPINVOKE.DB_set_errcall(swigCPtr, db_errcall_fcn);
 }
Example #2
0
File: DB.cs Project: mcandre/db
 internal void set_errcall(BDB_ErrcallDelegate db_errcall_fcn)
 {
     libdb_csharpPINVOKE.DB_set_errcall(swigCPtr, db_errcall_fcn);
 }
Example #3
0
 public static extern void DB_set_errcall(HandleRef jarg1, BDB_ErrcallDelegate jarg2);