Home
last modified time | relevance | path

Searched defs:_MEMORY_BASIC_INFORMATION (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ndk/
H A Dmmtypes.h970 typedef struct _MEMORY_BASIC_INFORMATION struct
972 PVOID BaseAddress;
973 PVOID AllocationBase;
974 ULONG AllocationProtect;
975 SIZE_T RegionSize;
976 ULONG State;
977 ULONG Protect;
978 ULONG Type;
/reactos/sdk/include/xdk/
H A Dwinnt_old.h2637 typedef struct _MEMORY_BASIC_INFORMATION { struct
2638 PVOID BaseAddress;
2639 PVOID AllocationBase;
2640 DWORD AllocationProtect;
2641 SIZE_T RegionSize;
2642 DWORD State;
2643 DWORD Protect;
2644 DWORD Type;