ReactOS 0.4.16-dev-91-g764881a
|
#include <ketypes.h>
Public Attributes | |
union { | |
struct { | |
ULONG_PTR CrossThreadReleasable: 1 | |
ULONG_PTR Busy: 1 | |
ULONG_PTR Reserved: (8 * sizeof(PVOID)) - 3 | |
ULONG_PTR InTree: 1 | |
} | |
PVOID LockState | |
}; | |
union { | |
PVOID SessionState | |
struct { | |
ULONG SessionId | |
} | |
}; | |
union { ... } _KLOCK_ENTRY_LOCK_STATE::@2470 |
union { ... } _KLOCK_ENTRY_LOCK_STATE::@2472 |