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