Share via


CallSnapshotEx (Windows Embedded CE 6.0)

1/6/2010

This structure stores extended information about stack frames.

Syntax

typedef struct _CallSnapshotEx {
  DWORD dwReturnAddr;
  DWORD dwFramePtr;
  DWORD dwCurProc;
  DWORD dwParams[4];
} CallSnapshotEx;

Members

  • dwReturnAddr
    Return address of the stack frame.
  • dwFramePtr
    Stack frame pointer.
  • dwCurProc
    Current process.
  • dwParams
    Four parameters.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Kernel Structures
GetThreadCallStack
CallSnapshot