ImageMagick.MagickFormatInfo.NativeMethods.X86.MagickFormatInfo_GetInfo C# (CSharp) Метод

MagickFormatInfo_GetInfo() приватный Метод

private MagickFormatInfo_GetInfo ( IntPtr list, UIntPtr index, IntPtr &exception ) : IntPtr
list System.IntPtr
index System.UIntPtr
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickFormatInfo_GetInfo(IntPtr list, UIntPtr index, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]