Source position: jwanative.pas line 1687
type _DEBUG_LOCK_INFORMATION = record |
Address: PVOID; |
Type_: USHORT; |
CreatorBackTraceIndex: USHORT; |
OwnerThreadId: ULONG; |
ActiveCount: ULONG; |
ContentionCount: ULONG; |
EntryCount: ULONG; |
RecursionCount: ULONG; |
NumberOfSharedWaiters: ULONG; |
NumberOfExclusiveWaiters: ULONG; |
end; |