|
ReactOS 0.4.17-dev-243-g1369312
|
#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::@2716 |
| union { ... } _KLOCK_ENTRY_LOCK_STATE::@2718 |