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

switch_core_db_open_file() public static method

public static switch_core_db_open_file ( string filename ) : SWIGTYPE_p_sqlite3
filename string
return SWIGTYPE_p_sqlite3
        public static SWIGTYPE_p_sqlite3 switch_core_db_open_file(string filename)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_db_open_file(filename);
            SWIGTYPE_p_sqlite3 ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_sqlite3(cPtr, false);
            return ret;
        }
freeswitch