Partager via


_CEDUMP_THREAD_CALL_STACK_LIST (Windows CE 5.0)

Send Feedback

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

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

Members

  • SizeOfHeader
    Size of this structure.
  • SizeOfEntry
    Size of _CEDUMP_THREAD_CALL_STACK.
  • 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

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.