Source position: jwaimagehlp.pas line 2250
type _MINIDUMP_MEMORY64_LIST = record
NumberOfMemoryRanges: ULONG64;
BaseRva: RVA64;
MemoryRanges: array [0..0] of MINIDUMP_MEMORY_DESCRIPTOR64;
end;