|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#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::@2724 |
| union { ... } _KLOCK_ENTRY_LOCK_STATE::@2726 |