Mutex.GetInfoEx
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
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.