_CEDUMP_THREAD_CALL_STACK (Compact 2013)
3/26/2014
The thread call stack is a header for stack frames.
Syntax
typedef struct _CEDUMP_THREAD_CALL_STACK {
ULONG32 ProcessId;
ULONG32 ThreadId;
USHORT SizeOfFrame;
USHORT NumberOfFrames;
RVA StackFramess;
} CEDUMP_THREAD_CALL_STACK, *PCEDUMP_THREAD_CALL_STACK;
Members
- ProcessId
ID of the owning process.
- ThreadId
ID of the thread associated with the call stack.
- SizeOfFrame
Size of_CEDUMP_THREAD_CALL_STACK_FRAME frame.
- NumberOfFrames
Number of frames of type _CEDUMP_THREAD_CALL_STACK_FRAME.
- StackFramess
Pointer to array of _CEDUMP_THREAD_CALL_STACK_FRAME * NumberOfCalls.
Requirements
Header |
dwcedump.h |