示例#1
0
 public static int switch_core_db_open(string filename, SWIGTYPE_p_p_sqlite3 ppDb)
 {
     int ret = freeswitchPINVOKE.switch_core_db_open(filename, SWIGTYPE_p_p_sqlite3.getCPtr(ppDb));
     return ret;
 }
示例#2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_sqlite3 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }