ReactOS 0.4.15-dev-7834-g00c4b3d
_MM_REGION Struct Reference

#include <mm.h>

Collaboration diagram for _MM_REGION:

Public Attributes

ULONG Type
 
ULONG Protect
 
SIZE_T Length
 
LIST_ENTRY RegionListEntry
 

Detailed Description

Definition at line 462 of file mm.h.

Member Data Documentation

◆ Length

SIZE_T _MM_REGION::Length

Definition at line 466 of file mm.h.

Referenced by MmAlterRegion(), and MmSplitRegion().

◆ Protect

ULONG _MM_REGION::Protect

Definition at line 465 of file mm.h.

Referenced by MmAlterRegion(), and MmSplitRegion().

◆ RegionListEntry

LIST_ENTRY _MM_REGION::RegionListEntry

Definition at line 467 of file mm.h.

Referenced by MmAlterRegion(), and MmSplitRegion().

◆ Type

ULONG _MM_REGION::Type

Definition at line 464 of file mm.h.

Referenced by MmAlterRegion(), and MmSplitRegion().


The documentation for this struct was generated from the following file: