_CEDUMP_THREAD_CALL_STACK (Windows CE 5.0)
The thread call stack is a header for stack frames.
typedef struct _CEDUMP_THREAD_CALL_STACK {ULONG32 ProcessId;ULONG32 ThreadId;USHORT SizeOfFrame;USHORT NumberOfFrames;RVAStackFramess;} 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
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