Mutex.GetInfoEx

Syntax

Mutex.GetInfoEx( numThreadsWaitingToLock, threadId, threadDisplayName)

Purpose

Obtains information about the current state of the mutex.

Parameters

numThreadsWaitingToLock As Long

[Out] Returns the number of threads waiting to lock the mutex.

threadId As String

[Out] Returns the thread ID of the current owner of the mutex or an empty string when no owner exists.

threadDisplayName As String

[Out] Returns the display name of the current owner of the mutex or an empty string when no owner exists.