Share via


CallSnapshotEx

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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