MoS2/Framework/MECF.Framework.Common/Hardcodet/Wpf/TaskbarNotification/Interop/WindowProcedureHandler.cs
2026-06-15 10:56:30 +08:00

7 lines
173 B
C#

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