ReactOS 0.4.16-dev-1946-g52006dd
_MEMORY_AREA Struct Reference

#include <mm.h>

Collaboration diagram for _MEMORY_AREA:

Public Attributes

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

Detailed Description

Definition at line 252 of file mm.h.

Member Data Documentation

◆ DeleteInProgress

◆ Flags

ULONG _MEMORY_AREA::Flags

Definition at line 257 of file mm.h.

Referenced by MmCreateMemoryArea(), and MmProtectSectionView().

◆ Magic

ULONG _MEMORY_AREA::Magic

Definition at line 259 of file mm.h.

Referenced by MmCreateMemoryArea(), and MmFreeMemoryArea().

◆ RegionListHead

LIST_ENTRY _MEMORY_AREA::RegionListHead

Definition at line 265 of file mm.h.

◆ 

◆ Segment

PMM_SECTION_SEGMENT _MEMORY_AREA::Segment

Definition at line 264 of file mm.h.

◆ Type

◆ VadNode

◆ ViewOffset

LONGLONG _MEMORY_AREA::ViewOffset

Definition at line 263 of file mm.h.


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