ImageMagick.MagickExceptionHelper.NativeMethods.X86.MagickExceptionHelper_RelatedCount C# (CSharp) Méthode

MagickExceptionHelper_RelatedCount() private méthode

private MagickExceptionHelper_RelatedCount ( IntPtr exception ) : UIntPtr
exception System.IntPtr
Résultat System.UIntPtr
        public static extern UIntPtr MagickExceptionHelper_RelatedCount(IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]