Opens an existing named mutex.
Namespace: RTX.ThreadingAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- name
- Type:
System String
The name of a system-wide named mutex object.
Return Value
Type: RTMutexA RTMutex object that represents a named system mutex.
Exceptions
Exception | Condition |
---|---|
![]() | name is a zero-length string. -or- name is longer than 260 characters. |
![]() | name is a null reference (Nothing in Visual Basic). |
![]() | The named mutex does not exist. |
Remarks
See Also