MutexOwnerInformation Constructor
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public MutexOwnerInformation(
int processId,
int threadId
)
Public Sub New (
processId As Integer,
threadId As Integer
)
Dim processId As Integer
Dim threadId As Integer
Dim instance As New MutexOwnerInformation(processId,
threadId)
public:
MutexOwnerInformation(
int processId,
int threadId
)
new :
processId : int *
threadId : int -> MutexOwnerInformation
No code example is currently available or this language may not be supported.
Parameters
- processId Int32
-
The identifier of the process that owns the mutex.
- threadId Int32
-
The identifier of the thread that owns the mutex.