Click or drag to resize

SingleInstanceRunFirstInstance Method (Action, IntPtr, IntPtr)

Runs the first application instance.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void RunFirstInstance(
	Action action,
	IntPtr wParam,
	IntPtr lParam
)

Parameters

action
Type: SystemAction
The action.
wParam
Type: SystemIntPtr
The WPARAM Windows parameter.
lParam
Type: SystemIntPtr
The LPARAM Windows parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is null.
See Also