ReactOS 0.4.15-dev-7953-g1f49173
_MINIDUMP_MEMORY64_LIST Struct Reference

#include <dbghelp.h>

Collaboration diagram for _MINIDUMP_MEMORY64_LIST:

Public Attributes

ULONG64 NumberOfMemoryRanges
 
RVA64 BaseRva
 
MINIDUMP_MEMORY_DESCRIPTOR64 MemoryRanges [1]
 

Detailed Description

Definition at line 819 of file dbghelp.h.

Member Data Documentation

◆ BaseRva

RVA64 _MINIDUMP_MEMORY64_LIST::BaseRva

Definition at line 822 of file dbghelp.h.

Referenced by dump_memory64_info().

◆ MemoryRanges

MINIDUMP_MEMORY_DESCRIPTOR64 _MINIDUMP_MEMORY64_LIST::MemoryRanges[1]

Definition at line 823 of file dbghelp.h.

◆ NumberOfMemoryRanges

ULONG64 _MINIDUMP_MEMORY64_LIST::NumberOfMemoryRanges

Definition at line 821 of file dbghelp.h.

Referenced by dump_memory64_info().


The documentation for this struct was generated from the following file: