Share via


_MINIDUMP_MEMORY_DESCRIPTOR (Compact 2013)

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

See Also

Reference

Dump File Structures
Error Report Generator Reference