ReactOS 0.4.15-dev-7958-gcd0bb1a
_MEMORY_AREA Struct Reference

#include <mm.h>

Collaboration diagram for _MEMORY_AREA:

Public Attributes

MMVAD VadNode
 
ULONG Type
 
ULONG Flags
 
BOOLEAN DeleteInProgress
 
ULONG Magic
 
PVOID Vad
 
struct {
   LONGLONG   ViewOffset
 
   PMM_SECTION_SEGMENT   Segment
 
   LIST_ENTRY   RegionListHead
 
SectionData
 

Detailed Description

Definition at line 247 of file mm.h.

Member Data Documentation

◆ DeleteInProgress

◆ Flags

ULONG _MEMORY_AREA::Flags

Definition at line 252 of file mm.h.

Referenced by MmCreateMemoryArea(), and MmProtectSectionView().

◆ Magic

ULONG _MEMORY_AREA::Magic

Definition at line 254 of file mm.h.

Referenced by MmCreateMemoryArea(), and MmFreeMemoryArea().

◆ RegionListHead

LIST_ENTRY _MEMORY_AREA::RegionListHead

Definition at line 261 of file mm.h.

◆ 

◆ Segment

PMM_SECTION_SEGMENT _MEMORY_AREA::Segment

Definition at line 260 of file mm.h.

◆ Type

◆ Vad

PVOID _MEMORY_AREA::Vad

Definition at line 255 of file mm.h.

Referenced by MiRemoveNode(), MmFreeMemoryArea(), and MmInsertMemoryArea().

◆ VadNode

◆ ViewOffset

LONGLONG _MEMORY_AREA::ViewOffset

Definition at line 259 of file mm.h.


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