コード例 #1
0
ファイル: Out123.cs プロジェクト: luca1337/aiv-mpg123
        public string LastErrorString()
        {
            IntPtr errorPtr = Out123NativeMethods.StrError(handle);

            Console.WriteLine("2: " + handle.ToInt64());
            return(Marshal.PtrToStringAnsi(errorPtr));
        }
コード例 #2
0
ファイル: Out123.cs プロジェクト: fdefelici/aiv-mpg123
        public string LastErrorString()
        {
            IntPtr errorPtr = Out123NativeMethods.StrError(handle);

            return(Marshal.PtrToStringAnsi(errorPtr));
        }