Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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