Share via


_CEDUMP_MEMORY_LIST (Windows Embedded CE 6.0)

1/5/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Dump File Structures

Concepts

Dump File Format