Sic.Framework/MECF.Framework.Common/Hardcodet/Wpf/TaskbarNotification/Interop/WindowProcedureHandler.cs

7 lines
173 B
C#

using System;
namespace Hardcodet.Wpf.TaskbarNotification.Interop
{
public delegate IntPtr WindowProcedureHandler(IntPtr hWnd, uint uMsg, IntPtr wParam, IntPtr lParam);
}