Delegate WindowProcedureHandler
Callback delegate which is used by the Windows API to submit window messages.
Namespace: Simplic.Framework.Core.TaskbarNotification.Interop
Assembly: Simplic.Framework.Base.dll
Syntax
public delegate IntPtr WindowProcedureHandler(IntPtr hwnd, uint uMsg, IntPtr wparam, IntPtr lparam);
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | hwnd | |
System.UInt32 | uMsg | |
System.IntPtr | wparam | |
System.IntPtr | lparam |
Returns
Type | Description |
---|---|
System.IntPtr |