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

7 lines
173 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
using System;
namespace Hardcodet.Wpf.TaskbarNotification.Interop
{
public delegate IntPtr WindowProcedureHandler(IntPtr hWnd, uint uMsg, IntPtr wParam, IntPtr lParam);
}