Share via


_CEDUMP_THREAD_CALL_STACK_FRAME (Windows Embedded CE 6.0)

1/5/2010

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
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Dump File Structures

Concepts

Dump File Format