|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <mm.h>

Public Attributes | |
| struct _MM_RMAP_ENTRY * | Next |
| PEPROCESS | Process |
| PVOID | Address |
| PVOID _MM_RMAP_ENTRY::Address |
Definition at line 278 of file mm.h.
Referenced by MmDeleteRmap(), MmDeleteSectionAssociation(), MmGetSegmentRmap(), and MmInsertRmap().
| struct _MM_RMAP_ENTRY* _MM_RMAP_ENTRY::Next |
Definition at line 276 of file mm.h.
Referenced by MmDeleteRmap(), MmDeleteSectionAssociation(), MmGetSegmentRmap(), and MmInsertRmap().
| PEPROCESS _MM_RMAP_ENTRY::Process |
Definition at line 277 of file mm.h.
Referenced by MmDeleteRmap(), MmGetSegmentRmap(), and MmInsertRmap().