Share via


_CEDUMP_THREAD_CALL_STACK_FRAME (Compact 2013)

3/26/2014

This structure contains information about the thread call stack frames listed in _CEDUMP_THREAD_CALL_STACK.

Syntax

typedef struct _CEDUMP_THREAD_CALL_STACK_FRAME {
  ULONG32 ReturnAddr;
  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

Header

dwcedump.h

See Also

Reference

Dump File Structures

Concepts

Error Reporting Dump Files