mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-09 07:13:02 -08:00
225 lines
110 KiB
C#
225 lines
110 KiB
C#
// This file is used by Code Analysis to maintain SuppressMessage
|
||
// attributes that are applied to this project.
|
||
// Project-level suppressions either have no target or are given
|
||
// a specific target and scoped to a namespace, type, member, etc.
|
||
//
|
||
// To add a suppression to this file, right-click the message in the
|
||
// Code Analysis results, point to "Suppress Message", and click
|
||
// "In Suppression File".
|
||
// You do not need to add suppressions to this file manually.
|
||
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmUpdateThumbnailProperties(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.DWM_THUMBNAIL_PROPERTIES&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmQueryThumbnailSourceSize(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.SIZE&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmUnregisterThumbnail(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmUnregisterThumbnail(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmRegisterThumbnail(System.IntPtr,System.IntPtr,System.IntPtr&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmRegisterThumbnail(System.IntPtr,System.IntPtr,System.IntPtr&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Core.Accessible.#AccessibleObjectFromWindow(System.IntPtr,System.UInt32,System.Guid&,System.Object&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Core.Accessible.#AccessibleChildren(Accessibility.IAccessible,System.Int32,System.Int32,System.Object[],System.Int32&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Core.Accessible.#ObjectFromLresult(System.UIntPtr,System.Guid,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Greenshot.Interop.COMWrapper.#ProgIDFromCLSID(System.Guid&,System.String&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "Greenshot.Interop.COMWrapper.#GetActiveObject(System.Guid&,System.IntPtr,System.Object&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Core.CredentialsDialog.#DeleteObject(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Core.CredUi.#PromptForCredentials(GreenshotPlugin.Core.CredUi+INFO&,System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32&,GreenshotPlugin.Core.CredUi+CredFlags)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Core.CredUi.#ConfirmCredentials(System.String,System.Boolean)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmQueryThumbnailSourceSize(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.SIZE&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmIsCompositionEnabled(System.Boolean&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmGetWindowAttribute(System.IntPtr,System.Int32,GreenshotPlugin.UnmanagedHelpers.RECT&,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmEnableBlurBehindWindow(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.DWM_BLURBEHIND&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmEnableComposition(System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.SafeObjectHandle.#DeleteObject(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.SafeSelectObjectHandle.#SelectObject(System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.SafeCompatibleDCHandle.#DeleteDC(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#BitBlt(System.Runtime.InteropServices.SafeHandle,System.Int32,System.Int32,System.Int32,System.Int32,System.Runtime.InteropServices.SafeHandle,System.Int32,System.Int32,System.Drawing.CopyPixelOperation)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#StretchBlt(System.Runtime.InteropServices.SafeHandle,System.Int32,System.Int32,System.Int32,System.Int32,System.Runtime.InteropServices.SafeHandle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.CopyPixelOperation)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#CreateCompatibleDC(System.Runtime.InteropServices.SafeHandle)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#SelectObject(System.Runtime.InteropServices.SafeHandle,System.Runtime.InteropServices.SafeHandle)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#CreateDIBSection(System.Runtime.InteropServices.SafeHandle,GreenshotPlugin.UnmanagedHelpers.BitmapInfoHeader&,System.UInt32,System.IntPtr&,System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#CreateRectRgn(System.Int32,System.Int32,System.Int32,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#GetPixel(System.Runtime.InteropServices.SafeHandle,System.Int32,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#GetDeviceCaps(System.Runtime.InteropServices.SafeHandle,GreenshotPlugin.UnmanagedHelpers.DeviceCaps)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDIplus.#GdipBitmapApplyEffect(System.IntPtr,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.RECT&,System.Boolean,System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDIplus.#GdipDrawImageFX(System.IntPtr,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.RECTF&,System.IntPtr,System.IntPtr,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.GpUnit)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDIplus.#GdipSetEffectParameters(System.IntPtr,System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDIplus.#GdipCreateEffect(System.Guid,System.IntPtr&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDIplus.#GdipDeleteEffect(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Controls.HotkeyControl.#RegisterHotKey(System.IntPtr,System.Int32,System.UInt32,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Controls.HotkeyControl.#UnregisterHotKey(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Controls.HotkeyControl.#MapVirtualKey(System.UInt32,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.Controls.HotkeyControl.#GetKeyNameText(System.UInt32,System.Text.StringBuilder,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#AttachConsole(System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#AllocConsole()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#OpenThread(GreenshotPlugin.UnmanagedHelpers.ThreadAccess,System.Boolean,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#SuspendThread(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#ResumeThread(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#OpenProcess(GreenshotPlugin.UnmanagedHelpers.ProcessAccessFlags,System.Boolean,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#QueryFullProcessImageName(System.IntPtr,System.UInt32,System.Text.StringBuilder,System.UInt32&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#QueryDosDevice(System.String,System.Text.StringBuilder,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#GetModuleHandle(System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#CloseHandle(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.PsAPI.#GetModuleFileNameEx(System.IntPtr,System.IntPtr,System.Text.StringBuilder,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.PsAPI.#GetProcessImageFileName(System.IntPtr,System.Text.StringBuilder,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.PsAPI.#EmptyWorkingSet(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Shell32.#ExtractIconEx(System.String,System.Int32,System.IntPtr&,System.IntPtr&,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Shell32.#ExtractAssociatedIcon(System.Runtime.InteropServices.HandleRef,System.Text.StringBuilder,System.Int32&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#IsWindowVisible(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowThreadProcessId(System.IntPtr,System.Int32&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetParent(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetParent(System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindow(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.GetWindowCommand)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ShowWindow(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.ShowWindowCommand)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowText(System.IntPtr,System.Text.StringBuilder,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowTextLength(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetSysColor(System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#BringWindowToTop(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetForegroundWindow()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetDesktopWindow()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetForegroundWindow(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowPlacement(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.WindowPlacement&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWindowPlacement(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.WindowPlacement&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#IsIconic(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#IsZoomed(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetClassName(System.IntPtr,System.Text.StringBuilder,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetClassLong(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetClassLongPtr(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#PrintWindow(System.IntPtr,System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SendMessage(System.IntPtr,System.UInt32,System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SendMessage(System.IntPtr,System.UInt32,System.IntPtr,System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowLong(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowLongPtr(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWindowLong(System.IntPtr,System.Int32,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWindowLongPtr(System.IntPtr,System.Int32,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#MonitorFromWindow(System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#MonitorFromRect(GreenshotPlugin.UnmanagedHelpers.RECT&,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowInfo(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.WindowInfo&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#EnumWindows(GreenshotPlugin.UnmanagedHelpers.EnumWindowsProc,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#EnumChildWindows(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.EnumWindowsProc,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetScrollInfo(System.IntPtr,System.Int32,GreenshotPlugin.UnmanagedHelpers.SCROLLINFO&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ShowScrollBar(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.ScrollBarDirection,System.Boolean)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetScrollPos(System.IntPtr,System.Windows.Forms.Orientation,System.Int32,System.Boolean)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#PostMessage(System.IntPtr,System.UInt32,System.Int32,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowRgn(System.IntPtr,System.Runtime.InteropServices.SafeHandle)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,GreenshotPlugin.UnmanagedHelpers.WindowPos)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetTopWindow(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetDC(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ReleaseDC(System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetClipboardOwner()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetClipboardViewer(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ChangeClipboardChain(System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#UnhookWinEvent(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWinEventHook(GreenshotPlugin.UnmanagedHelpers.WinEvent,GreenshotPlugin.UnmanagedHelpers.WinEvent,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.WinEventDelegate,System.Int32,System.Int32,GreenshotPlugin.UnmanagedHelpers.WinEventHookFlags)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#FindWindow(System.String,System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#FindWindowEx(System.IntPtr,System.IntPtr,System.String,System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetGuiResources(System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#RegisterWindowMessage(System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SendMessageTimeout(System.IntPtr,System.UInt32,System.IntPtr,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.SendMessageTimeoutFlags,System.UInt32,System.UIntPtr&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetPhysicalCursorPos(GreenshotPlugin.UnmanagedHelpers.POINT&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#MapWindowPoints(System.IntPtr,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.POINT&,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetSystemMetrics(GreenshotPlugin.UnmanagedHelpers.SystemMetric)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#CopyIcon(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#DestroyIcon(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetCursorInfo(GreenshotPlugin.UnmanagedHelpers.CursorInfo&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetIconInfo(GreenshotPlugin.UnmanagedHelpers.SafeIconHandle,GreenshotPlugin.UnmanagedHelpers.IconInfo&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetCapture(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ReleaseCapture()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#CreateIconIndirect(GreenshotPlugin.UnmanagedHelpers.IconInfo&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.SafeWindowDcHandle.#GetWindowDC(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.SafeWindowDcHandle.#ReleaseDC(System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Win32.#FormatMessage(System.UInt32,System.IntPtr,System.UInt32,System.UInt32,System.Text.StringBuilder,System.Int32,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Win32.#SetLastError(System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.WinMM.#PlaySound(System.Byte[],System.UIntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1060:MovePInvokesToNativeMethodsClass", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.WinMM.#PlaySound(System.IntPtr,System.UIntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.Core.Accessible.#ObjectFromLresult(System.UIntPtr,System.Guid,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.Core.CredUi.#PromptForCredentials(GreenshotPlugin.Core.CredUi+INFO&,System.String,System.IntPtr,System.Int32,System.Text.StringBuilder,System.Int32,System.Text.StringBuilder,System.Int32,System.Int32&,GreenshotPlugin.Core.CredUi+CredFlags)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.Core.CredUi.#ConfirmCredentials(System.String,System.Boolean)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmIsCompositionEnabled(System.Boolean&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmGetWindowAttribute(System.IntPtr,System.Int32,GreenshotPlugin.UnmanagedHelpers.RECT&,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmEnableBlurBehindWindow(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.DWM_BLURBEHIND&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmEnableComposition(System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#BitBlt(System.Runtime.InteropServices.SafeHandle,System.Int32,System.Int32,System.Int32,System.Int32,System.Runtime.InteropServices.SafeHandle,System.Int32,System.Int32,System.Drawing.CopyPixelOperation)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#CreateCompatibleDC(System.Runtime.InteropServices.SafeHandle)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#SelectObject(System.Runtime.InteropServices.SafeHandle,System.Runtime.InteropServices.SafeHandle)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#CreateDIBSection(System.Runtime.InteropServices.SafeHandle,GreenshotPlugin.UnmanagedHelpers.BitmapInfoHeader&,System.UInt32,System.IntPtr&,System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#CreateRectRgn(System.Int32,System.Int32,System.Int32,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#GetPixel(System.Runtime.InteropServices.SafeHandle,System.Int32,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.GDI32.#GetDeviceCaps(System.Runtime.InteropServices.SafeHandle,GreenshotPlugin.UnmanagedHelpers.DeviceCaps)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#AttachConsole(System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#AllocConsole()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#OpenThread(GreenshotPlugin.UnmanagedHelpers.ThreadAccess,System.Boolean,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#SuspendThread(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#ResumeThread(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#OpenProcess(GreenshotPlugin.UnmanagedHelpers.ProcessAccessFlags,System.Boolean,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#QueryFullProcessImageName(System.IntPtr,System.UInt32,System.Text.StringBuilder,System.UInt32&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#QueryDosDevice(System.String,System.Text.StringBuilder,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#GetModuleHandle(System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Kernel32.#CloseHandle(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.PsAPI.#GetModuleFileNameEx(System.IntPtr,System.IntPtr,System.Text.StringBuilder,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.PsAPI.#GetProcessImageFileName(System.IntPtr,System.Text.StringBuilder,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.PsAPI.#EmptyWorkingSet(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Shell32.#ExtractIconEx(System.String,System.Int32,System.IntPtr&,System.IntPtr&,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#IsWindowVisible(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowThreadProcessId(System.IntPtr,System.Int32&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetParent(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetParent(System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindow(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.GetWindowCommand)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ShowWindow(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.ShowWindowCommand)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowText(System.IntPtr,System.Text.StringBuilder,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowTextLength(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetSysColor(System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#BringWindowToTop(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetForegroundWindow()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetDesktopWindow()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetForegroundWindow(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowPlacement(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.WindowPlacement&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWindowPlacement(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.WindowPlacement&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#IsIconic(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#IsZoomed(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetClassName(System.IntPtr,System.Text.StringBuilder,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetClassLong(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetClassLongPtr(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#PrintWindow(System.IntPtr,System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SendMessage(System.IntPtr,System.UInt32,System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SendMessage(System.IntPtr,System.UInt32,System.IntPtr,System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowLong(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowLongPtr(System.IntPtr,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWindowLong(System.IntPtr,System.Int32,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWindowLongPtr(System.IntPtr,System.Int32,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#MonitorFromWindow(System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#MonitorFromRect(GreenshotPlugin.UnmanagedHelpers.RECT&,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowInfo(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.WindowInfo&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#EnumWindows(GreenshotPlugin.UnmanagedHelpers.EnumWindowsProc,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#EnumChildWindows(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.EnumWindowsProc,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetScrollInfo(System.IntPtr,System.Int32,GreenshotPlugin.UnmanagedHelpers.SCROLLINFO&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ShowScrollBar(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.ScrollBarDirection,System.Boolean)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetScrollPos(System.IntPtr,System.Windows.Forms.Orientation,System.Int32,System.Boolean)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#PostMessage(System.IntPtr,System.UInt32,System.Int32,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetWindowRgn(System.IntPtr,System.Runtime.InteropServices.SafeHandle)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,GreenshotPlugin.UnmanagedHelpers.WindowPos)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetTopWindow(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetDC(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ReleaseDC(System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetClipboardOwner()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetClipboardViewer(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ChangeClipboardChain(System.IntPtr,System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#UnhookWinEvent(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetWinEventHook(GreenshotPlugin.UnmanagedHelpers.WinEvent,GreenshotPlugin.UnmanagedHelpers.WinEvent,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.WinEventDelegate,System.Int32,System.Int32,GreenshotPlugin.UnmanagedHelpers.WinEventHookFlags)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#FindWindow(System.String,System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#FindWindowEx(System.IntPtr,System.IntPtr,System.String,System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetGuiResources(System.IntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#RegisterWindowMessage(System.String)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SendMessageTimeout(System.IntPtr,System.UInt32,System.IntPtr,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.SendMessageTimeoutFlags,System.UInt32,System.UIntPtr&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetPhysicalCursorPos(GreenshotPlugin.UnmanagedHelpers.POINT&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#MapWindowPoints(System.IntPtr,System.IntPtr,GreenshotPlugin.UnmanagedHelpers.POINT&,System.Int32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetSystemMetrics(GreenshotPlugin.UnmanagedHelpers.SystemMetric)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#CopyIcon(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#DestroyIcon(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetCursorInfo(GreenshotPlugin.UnmanagedHelpers.CursorInfo&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#GetIconInfo(GreenshotPlugin.UnmanagedHelpers.SafeIconHandle,GreenshotPlugin.UnmanagedHelpers.IconInfo&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#SetCapture(System.IntPtr)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#ReleaseCapture()")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.User32.#CreateIconIndirect(GreenshotPlugin.UnmanagedHelpers.IconInfo&)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.Win32.#SetLastError(System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.WinMM.#PlaySound(System.Byte[],System.UIntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.WinMM.#PlaySound(System.IntPtr,System.UIntPtr,System.UInt32)")]
|
||
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Interoperability", "CA1401:PInvokesShouldNotBeVisible", Scope = "member", Target = "GreenshotPlugin.UnmanagedHelpers.DWM.#DwmUpdateThumbnailProperties(System.IntPtr,GreenshotPlugin.UnmanagedHelpers.DWM_THUMBNAIL_PROPERTIES&)")]
|