_CEDUMP_THREAD_CALL_STACK_FRAME (Windows CE 5.0)
This structure contains information about the thread call stack frames listed in _CEDUMP_THREAD_CALL_STACK.
typedef struct _CEDUMP_THREAD_CALL_STACK_FRAME {ULONG32ReturnAddr;ULONG32 FramePtr;ULONG32 ProcessId;ULONG32 __unusedAlignment;ULONG32 Params[4];} CEDUMP_THREAD_CALL_STACK_FRAME, *PCEDUMP_THREAD_CALL_STACK_FRAME;
Members
- ReturnAddr
Address of the program counter. - FramePtr
Value of the frame pointer. - ProcessId
ID of the current process for the frame. - __unusedAlignment
Unused value for alignment purposes. - Params
Four parameter values associated with the call stack frame.
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