Compartir a través de


_MINIDUMP_MEMORY_DESCRIPTOR (Windows CE 5.0)

Send Feedback

This structure contains information about a memory range listed in _CEDUMP_MEMORY_LIST.

typedef struct _MINIDUMP_MEMORY_DESCRIPTOR {ULONG64StartOfMemoryRange;MINIDUMP_LOCATION_DESCRIPTORMemory;} MINIDUMP_MEMORY_DESCRIPTOR, *PMINIDUMP_MEMORY_DESCRIPTOR;

Members

  • StartOfMemoryRange
    Starting address of memory range.
  • Memory
    Size and location of range in minidump file.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: DwCeDump.h.
Link Library: DwDmpTxt.lib.

See Also

Error Report Generator Reference

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.