using System; using GreenshotPlugin.UnmanagedHelpers.Enums; namespace GreenshotPlugin.UnmanagedHelpers { /// /// Used with SetWinEventHook /// /// /// /// /// /// /// /// public delegate void WinEventDelegate(IntPtr hWinEventHook, WinEvent eventType, IntPtr hWnd, EventObjects idObject, int idChild, uint dwEventThread, uint dwmsEventTime); }