MutexOwnerInformation Constructor

Initializes a new instance of the MutexOwnerInformation struct.

Definition

Namespace: DevCase.Win32.Structures
Assembly: 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
)

Parameters

processId  Int32
The identifier of the process that owns the mutex.
threadId  Int32
The identifier of the thread that owns the mutex.

See Also