Click or drag to resize

SingleInstanceOnWndProc Method (Form, Int32, IntPtr, IntPtr, Boolean)

The WNDPROC delegate for Winforms applications.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void OnWndProc(
	Form form,
	int message,
	IntPtr wParam,
	IntPtr lParam,
	bool activate
)

Parameters

form
Type: System.Windows.FormsForm
The Winform.
message
Type: SystemInt32
The window message.
wParam
Type: SystemIntPtr
The WPARAM parameter.
lParam
Type: SystemIntPtr
The LPARAM parameter.
activate
Type: SystemBoolean
if set to true the window is activated.
Exceptions
ExceptionCondition
ArgumentNullExceptionform is null.
See Also