Click or drag to resize
Ab4d.SharpEngine logo

OverlaySurfaceHostWndProc Method

WndProc

Namespace: Ab4d.SharpEngine.Wpf.Controls
Assembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
protected override IntPtr WndProc(
	IntPtr hwnd,
	int msg,
	IntPtr wParam,
	IntPtr lParam,
	ref bool? handled
)

Parameters

hwnd  IntPtr
hwnd
msg  Int32
msg
wParam  IntPtr
wParam
lParam  IntPtr
lParam
handled  Boolean
handled

Return Value

IntPtr
IntPtr
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Wpf.Controls.OverlaySurfaceHost.WndProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.Boolean@)"]

See Also