ReactOS 0.4.15-dev-7953-g1f49173
_MM_RMAP_ENTRY Struct Reference

#include <mm.h>

Collaboration diagram for _MM_RMAP_ENTRY:

Public Attributes

struct _MM_RMAP_ENTRYNext
 
PEPROCESS Process
 
PVOID Address
 

Detailed Description

Definition at line 265 of file mm.h.

Member Data Documentation

◆ Address

PVOID _MM_RMAP_ENTRY::Address

Definition at line 269 of file mm.h.

Referenced by MmDeleteRmap(), MmDeleteSectionAssociation(), MmGetSegmentRmap(), and MmInsertRmap().

◆ Next

struct _MM_RMAP_ENTRY* _MM_RMAP_ENTRY::Next

Definition at line 267 of file mm.h.

Referenced by MmDeleteRmap(), MmDeleteSectionAssociation(), MmGetSegmentRmap(), and MmInsertRmap().

◆ Process

PEPROCESS _MM_RMAP_ENTRY::Process

Definition at line 268 of file mm.h.

Referenced by MmDeleteRmap(), MmGetSegmentRmap(), and MmInsertRmap().


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