Click or drag to resize

SingleInstanceWaitForMutex Method (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(
	IntPtr wParam,
	IntPtr lParam
)

Parameters

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