ImageMagick.MagickExceptionHelper.NativeMethods.X64.MagickExceptionHelper_RelatedCount C# (CSharp) Method

MagickExceptionHelper_RelatedCount() private method

private MagickExceptionHelper_RelatedCount ( IntPtr exception ) : UIntPtr
exception System.IntPtr
return System.UIntPtr
        public static extern UIntPtr MagickExceptionHelper_RelatedCount(IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]