EXTSTACKTRACE (Windows CE 5.0)
This structure specifies stack frames for the StackTrace function.
typedef struct _EXTSTACKTRACE { ULONGFramePointer;
ULONGProgramCounter;
ULONGReturnAddress;
ULONGArgs[4];
} EXTSTACKTRACE, *PEXTSTACKTRACE;
Members
- FramePointer
Stack frame pointer. - ProgramCounter
Instruction pointer for associated frame. - ReturnAddress
Return address of the stack frame. - Args
Parameters.
Requirements
OS Version: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
See Also
Send Feedback on this topic to the authors