Share via


_MINIDUMP_LOCATION_DESCRIPTOR (Compact 2013)

3/26/2014

This structure contains information about the location of memory ranges specified in _MINIDUMP_MEMORY_DESCRIPTOR.

Syntax

typedef struct _MINIDUMP_LOCATION_DESCRIPTOR {
  ULONG32 DataSize;
  RVA Rva;
} MINIDUMP_LOCATION_DESCRIPTOR;

Members

  • DataSize
    Size of the memory block stored in the minidump file.
  • RVA
    RVA pointer to the memory block stored in the minidump file.

Requirements

Header

dwcedump.h

See Also

Reference

Dump File Structures

Concepts

Error Reporting Dump Files