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