|
|
Interprocess
|
| Name | Description | |
|---|---|---|
|
|
GetNamedMutex(Boolean) | Gets a uniquely named inter-process Mutex associated with the running application, typically used to detect whether an instance of the application is already running. |
|
|
GetNamedMutex(String) | Gets a uniquely named inter-process Mutex associated with the specified name that identifies a source object needing concurrency locking. |