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