#include <mi.h>
Public Attributes | |
| ULONG_PTR | StartingVpn |
| ULONG_PTR | EndingVpn |
| _MMVAD * | Parent |
| _MMVAD * | LeftChild |
| _MMVAD * | RightChild |
| union { | |
| ULONG_PTR LongFlags | |
| MMVAD_FLAGS VadFlags | |
| } | u |
| PCONTROL_AREA | ControlArea |
| PMMPTE | FirstPrototypePte |
| PMMPTE | LastContiguousPte |
| union { | |
| ULONG LongFlags2 | |
| MMVAD_FLAGS2 VadFlags2 | |
| } | u2 |
| union { | |
| LIST_ENTRY List | |
| MMADDRESS_LIST Secured | |
| } | u3 |
| union { | |
| PMMBANKED_SECTION Banked | |
| PMMEXTEND_INFO ExtendedInfo | |
| } | u4 |
|
|
|
|
|
|
|
|
|
|
Definition at line 2394 of file mi.h. Referenced by MiCheckVirtualAddress(), MiMapLockedPagesInUserSpace(), MiMapViewOfDataSection(), MiMapViewOfImageSection(), and MiMapViewOfPhysicalSection(). |
|
|
Definition at line 2395 of file mi.h. Referenced by MiMapViewOfDataSection(), MiMapViewOfImageSection(), and MiMapViewOfPhysicalSection(). |
|
|
Definition at line 2387 of file mi.h. Referenced by MmSecureVirtualMemory(), and NtQueryVirtualMemory(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 2386 of file mi.h. Referenced by MiCloneProcessAddressSpace(), and MmSecureVirtualMemory(). |
|
|
Definition at line 2388 of file mi.h. Referenced by MmSecureVirtualMemory(), and NtQueryVirtualMemory(). |
|
|
|
|
|
|
|
|
Referenced by MiAllocateVad(), MiCloneProcessAddressSpace(), MiCreatePebOrTeb(), MmDeleteTeb(), MmSecureVirtualMemory(), and MmUnsecureVirtualMemory(). |
|
|
Referenced by MiCheckVirtualAddress(), MiMapLockedPagesInUserSpace(), MiMapViewOfDataSection(), MiMapViewOfPhysicalSection(), and MmSetBankedSection(). |
|
|
|
|
|
|
1.3.7