SingleInstanceWaitForMutex Method (Boolean, IntPtr, IntPtr) |
Waits for the mutex.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
Booleantrue if the mutex was acquired
false otherwise.
See Also