Share via


_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.
  • 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

See Also

Reference

Dump File Structures

Concepts

Error Reporting Dump Files