1/5/2010
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.
- 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
| Header | dwcedump.h |
| Windows Embedded CE | Windows CE 5.0 and later |