SingleInstanceOnWndProc Method (IntPtr, Int32, IntPtr, IntPtr, Boolean, Boolean, Boolean) |
The WNDPROC delegate for WPF applications.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public IntPtr OnWndProc(
IntPtr hwnd,
int message,
IntPtr wParam,
IntPtr lParam,
bool restorePlacement,
bool activate,
ref bool handled
)
Parameters
- hwnd
- Type: SystemIntPtr
The window handle. - message
- Type: SystemInt32
The window message. - wParam
- Type: SystemIntPtr
The WPARAM parameter. - lParam
- Type: SystemIntPtr
The LPARAM parameter. - restorePlacement
- Type: SystemBoolean
if set to true the window placement is restored. - activate
- Type: SystemBoolean
if set to true the window is activated. - handled
- Type: SystemBoolean
if set to true the message is marked as handled.
Return Value
Type:
IntPtrThe WNDPROC return value.
See Also