Source position: jwawinnt.pas line 3662
type _MEMORY_BASIC_INFORMATION = record
BaseAddress: Pointer;
AllocationBase: Pointer;
AllocationProtect: DWORD;
RegionSize: SIZE_T;
State: DWORD;
Protect: DWORD;
Type_: DWORD;
end;