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.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
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