Click or drag to resize

SingleInstanceWaitForMutex Method (Boolean, IntPtr, IntPtr)

Waits for the mutex.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool WaitForMutex(
	bool force,
	IntPtr wParam,
	IntPtr lParam
)

Parameters

force
Type: SystemBoolean
if set to true pretend mutex was acquired.
wParam
Type: SystemIntPtr
The WPARAM parameter.
lParam
Type: SystemIntPtr
The LPARAM parameter.

Return Value

Type: Boolean
true if the mutex was acquired false otherwise.
See Also