Delegate Win32Native.WndProc
Delegate WndProc.
Namespace: Evergine.Forms
Assembly: Evergine.Forms.dll
Syntax
public delegate nint Win32Native.WndProc(nint hWnd, int msg, nint wParam, nint lParam)
Parameters
Type | Name | Description |
---|---|---|
nint | hWnd | The h WND. |
int | msg | The MSG. |
nint | wParam | The w param. |
nint | lParam | The l param. |
Returns
Type | Description |
---|---|
nint | function pointer. |