Share via


CallSnapshotEx (Compact 2013)

3/28/2014

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

See Also

Reference

Kernel Structures
GetThreadCallStack
CallSnapshot