ReactOS 0.4.16-dev-321-g63bb46a
|
#include <mmtypes.h>
Public Attributes | |
ULONG64 | Valid:1 |
ULONG64 | Write:1 |
ULONG64 | Owner:1 |
ULONG64 | WriteThrough:1 |
ULONG64 | CacheDisable:1 |
ULONG64 | Protection:5 |
ULONG64 | Prototype:1 |
ULONG64 | Transition:1 |
ULONG64 | PageFrameNumber:36 |
ULONG64 | Unused:16 |
ULONG | Valid:2 |
ULONG | Buffered:1 |
ULONG | Cached:1 |
ULONG | Owner:1 |
ULONG | Protection:4 |
ULONG | ReadOnly:1 |
ULONG | Prototype:1 |
ULONG | Transition:1 |
ULONG | PageFrameNumber:20 |
ULONG64 | Spare:2 |
ULONG64 | OnStandbyLookaside:1 |
ULONG64 | IoTracker:1 |
ULONG64 | RsvdZ1:12 |
ULONG | Write:1 |
ULONG | WriteThrough:1 |
ULONG | CacheDisable:1 |
ULONG _MMPTE_TRANSITION::Protection |
Definition at line 103 of file mmtypes.h.
Referenced by MiProtectVirtualMemory().
ULONG _MMPTE_TRANSITION::Transition |
Definition at line 105 of file mmtypes.h.
Referenced by MI_IS_MAPPED_PTE().