_MINIDUMP_MEMORY_DESCRIPTOR (Windows Embedded CE 6.0)
1/5/2010
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 |
Windows Embedded CE | Windows CE 5.0 and later |