Searched defs:_MEMORY_BASIC_INFORMATION (Results 1 – 2 of 2) sorted by relevance
970 typedef struct _MEMORY_BASIC_INFORMATION struct972 PVOID BaseAddress;973 PVOID AllocationBase;974 ULONG AllocationProtect;975 SIZE_T RegionSize;976 ULONG State;977 ULONG Protect;978 ULONG Type;
2637 typedef struct _MEMORY_BASIC_INFORMATION { struct2638 PVOID BaseAddress;2639 PVOID AllocationBase;2640 DWORD AllocationProtect;2641 SIZE_T RegionSize;2642 DWORD State;2643 DWORD Protect;2644 DWORD Type;