BaseAddress: PVOID
AllocationBase: PVOID
AllocationProtect: DWORD
PartitionId: WORD
RegionSize: SIZE_T
State: DWORD
Protect: DWORD
Type: DWORD
pub const MEMORY_BASIC_INFORMATION = extern struct { BaseAddress: PVOID, AllocationBase: PVOID, AllocationProtect: DWORD, PartitionId: WORD, RegionSize: SIZE_T, State: DWORD, Protect: DWORD, Type: DWORD, }
Press escape to exit search and then '?' to see more options.