_CEDUMP_MEMORY_LIST (Windows CE 5.0)
This structure lists the memory dumps associated with the error report.
typedef struct _CEDUMP_MEMORY_LIST {USHORTSizeOfHeader;USHORTSizeOfEntry;ULONG32NumberOfEntries;} 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
OS Versions: Windows CE 5.0 and later.
Header: DwCeDump.h.
Link Library: none.
See Also
Dump File Structures | Dump File Format
Send Feedback on this topic to the authors