_CEDUMP_MEMORY_LIST (Compact 2013)
3/26/2014
This structure lists the memory dumps associated with the error report.
Syntax
typedef struct _CEDUMP_MEMORY_LIST {
USHORT SizeOfHeader;
USHORT SizeOfEntry;
ULONG32 NumberOfEntries;
} CEDUMP_MEMORY_LIST, *PCEDUMP_MEMORY_LIST;
Members
- SizeOfHeader
Size of this structure.
- SizeOfEntry
Size of _MINIDUMP_MEMORY_DESCRIPTOR.
- NumberOfEntries
Number of _MINIDUMP_MEMORY_DESCRIPTOR structures in list.
Remarks
This structure is used to define the ceStreamMemoryVirtualList and the ceStreamMemoryPhysicalList streams.
The memory list header must be followed by (NumberOfEntries * _MINIDUMP_MEMORY_DESCRIPTOR).
Requirements
Header |
dwcedump.h |