ReactOS 0.4.16-dev-197-g92996da
|
#include <mmtypes.h>
Public Attributes | |
PVOID | BaseAddress |
PVOID | AllocationBase |
ULONG | AllocationProtect |
SIZE_T | RegionSize |
ULONG | State |
ULONG | Protect |
ULONG | Type |
DWORD | AllocationProtect |
DWORD | State |
DWORD | Protect |
DWORD | Type |
PVOID _MEMORY_BASIC_INFORMATION::AllocationBase |
Definition at line 973 of file mmtypes.h.
Referenced by _module_name_from_addr(), BasepCheckForReadOnlyResource(), CheckAdjacentVADs(), infinite_recursive(), LdrpInit(), MiQueryMemoryBasicInformation(), RtlpDphCoalesceNodeIntoAvailable(), START_TEST(), test_IME(), and test_queryvirtualmemory().
ULONG _MEMORY_BASIC_INFORMATION::AllocationProtect |
Definition at line 974 of file mmtypes.h.
Referenced by CheckAdjacentVADs(), infinite_recursive(), MiQueryMemoryBasicInformation(), START_TEST(), test_mapping(), and test_queryvirtualmemory().
DWORD _MEMORY_BASIC_INFORMATION::AllocationProtect |
Definition at line 2611 of file winnt_old.h.
PVOID _MEMORY_BASIC_INFORMATION::BaseAddress |
Definition at line 972 of file mmtypes.h.
Referenced by CheckAdjacentVADs(), fetch_memory64_info(), infinite_recursive(), MiQueryMemoryBasicInformation(), RtlCreateHeap(), RtlDebugCreateHeap(), and START_TEST().
ULONG _MEMORY_BASIC_INFORMATION::Protect |
Definition at line 977 of file mmtypes.h.
Referenced by BasepCheckForReadOnlyResource(), CheckAdjacentVADs(), infinite_recursive(), MiQueryMemoryBasicInformation(), START_TEST(), test_mapping(), and test_queryvirtualmemory().
DWORD _MEMORY_BASIC_INFORMATION::Protect |
Definition at line 2614 of file winnt_old.h.
SIZE_T _MEMORY_BASIC_INFORMATION::RegionSize |
Definition at line 975 of file mmtypes.h.
Referenced by CheckAdjacentVADs(), fetch_memory64_info(), get_shiminfo(), infinite_recursive(), MiQueryMemoryBasicInformation(), RtlCreateEnvironment(), RtlCreateHeap(), RtlSetEnvironmentVariable(), START_TEST(), and test_mapping().
ULONG _MEMORY_BASIC_INFORMATION::State |
Definition at line 976 of file mmtypes.h.
Referenced by CheckAdjacentVADs(), fetch_memory64_info(), infinite_recursive(), MiQueryMemoryBasicInformation(), RtlCreateHeap(), RtlDebugCreateHeap(), START_TEST(), test_mapping(), and test_queryvirtualmemory().
DWORD _MEMORY_BASIC_INFORMATION::State |
Definition at line 2613 of file winnt_old.h.
ULONG _MEMORY_BASIC_INFORMATION::Type |
Definition at line 978 of file mmtypes.h.
Referenced by BasepCheckForReadOnlyResource(), CheckAdjacentVADs(), infinite_recursive(), MiQueryMemoryBasicInformation(), START_TEST(), test_mapping(), and test_queryvirtualmemory().
DWORD _MEMORY_BASIC_INFORMATION::Type |
Definition at line 2615 of file winnt_old.h.