FreeSWITCH.Native.freeswitch.switch_core_db_open C# (CSharp) Method

switch_core_db_open() public static method

public static switch_core_db_open ( string filename, SWIGTYPE_p_p_sqlite3 ppDb ) : int
filename string
ppDb SWIGTYPE_p_p_sqlite3
return int
        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;
        }
freeswitch