Source position: jwanative.pas line 992
type _SYSTEM_LOCK_INFORMATION = record |
Address: PVOID; |
Type_: USHORT; |
Reserved1: USHORT; |
ExclusiveOwnerThreadId: ULONG; |
ActiveCount: ULONG; |
ContentionCount: ULONG; |
Reserved2: array [0..1] of ULONG; |
NumberOfSharedWaiters: ULONG; |
NumberOfExclusiveWaiters: ULONG; |
end; |