Compartilhar via


EXTSTACKTRACE (Windows CE 5.0)

Send Feedback

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

Debugger Extension Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.