ReactOS 0.4.16-dev-1401-gf1332c7
|
#include <mm.h>
Public Attributes | |
ULONG | Type |
ULONG | Protect |
SIZE_T | Length |
LIST_ENTRY | RegionListEntry |
SIZE_T _MM_REGION::Length |
Definition at line 484 of file mm.h.
Referenced by MmAlterRegion(), and MmSplitRegion().
ULONG _MM_REGION::Protect |
Definition at line 483 of file mm.h.
Referenced by MmAlterRegion(), and MmSplitRegion().
LIST_ENTRY _MM_REGION::RegionListEntry |
Definition at line 485 of file mm.h.
Referenced by MmAlterRegion(), and MmSplitRegion().
ULONG _MM_REGION::Type |
Definition at line 482 of file mm.h.
Referenced by MmAlterRegion(), and MmSplitRegion().