Share via


_MINIDUMP_LOCATION_DESCRIPTOR (Windows Embedded CE 6.0)

1/5/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Dump File Structures

Concepts

Dump File Format