Share via


_CEDUMP_THREAD_CALL_STACK_LIST (Compact 2013)

3/26/2014

The structure contains a list of the thread call stacks associated with the dump file.

Syntax

typedef struct _CEDUMP_THREAD_CALL_STACK_LIST {
  USHORT SizeOfHeader;
  USHORT SizeOfEntry;
  ULONG32 NumberOfEntries;
} CEDUMP_THREAD_CALL_STACK_LIST, *PCEDUMP_THREAD_CALL_STACK_LIST;

Members

  • SizeOfHeader
    Size of this structure.
  • NumberOfEntries
    Number of _CEDUMP_THREAD_CALL_STACK thread call stacks.

Remarks

The thread call-stack list is a header for thread call stacks. It must be followed by (NumberOfEntries * _CEDUMP_THREAD_CALL_STACK).

Requirements

Header

dwcedump.h

See Also

Reference

Dump File Structures

Concepts

Error Reporting Dump Files