Use GeneratedDllImport in Microsoft.Win32.SystemEvents (#61609)
authorElinor Fung <elfung@microsoft.com>
Mon, 15 Nov 2021 23:03:07 +0000 (15:03 -0800)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 23:03:07 +0000 (16:03 -0700)
commitd471a03d2c5cebfad2311a3d0408248956d0e683
tree2d4287444461b88b661c86726bc3d2d8620e8ae2
parent3b71d3b0aa3abd4696bf886e78f9b0993256be3b
Use GeneratedDllImport in Microsoft.Win32.SystemEvents (#61609)
27 files changed:
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetCurrentThreadId.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetModuleHandle.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.GetProcAddress.cs
src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetConsoleCtrlHandler.Delegate.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.CreateWindowEx.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.DefWindowProc.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.DestroyWindow.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.DispatchMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.FindWindow.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetClassInfo.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetProcessWindowStation.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.GetUserObjectInformation.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.IsWindow.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.KillTimer.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.MsgWaitForMultipleObjectsEx.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.PeekMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.RegisterClass.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.RegisterWindowMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SendMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetClassLong.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetClassLongPtr.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetTimer.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetWindowLong.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.SetWindowLongPtr.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.TranslateMessage.cs
src/libraries/Common/src/Interop/Windows/User32/Interop.UnregisterClass.cs
src/libraries/Microsoft.Win32.SystemEvents/tests/Microsoft.Win32.SystemEvents.Tests.csproj