|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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::@2658 |
| union { ... } _KLOCK_ENTRY_LOCK_STATE::@2660 |