File: Core\CSharp\System\Windows\Interop\HwndSourceHook.cs | |
Project: wpf\src\PresentationCore.csproj (PresentationCore) |
using System; namespace System.Windows.Interop { /// <summary> /// The callback signature for HwndSource hooks. /// </summary> public delegate IntPtr HwndSourceHook(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled); } |