Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
This structure contains information about a memory range listed in _CEDUMP_MEMORY_LIST.
Syntax
typedef struct _MINIDUMP_MEMORY_DESCRIPTOR {
ULONG64 StartOfMemoryRange;
MINIDUMP_LOCATION_DESCRIPTOR Memory;
} MINIDUMP_MEMORY_DESCRIPTOR, *PMINIDUMP_MEMORY_DESCRIPTOR;
Members
- StartOfMemoryRange
Starting address of memory range.
- Memory
Size and location of range in minidump file.
Requirements
Header |
dwcedump.h |
Library |
dwdmptxt.lib |