CallSnapshot3 (Compact 2013)

3/28/2014

This structure stores information about stack frames, including information about the active process and the active VM.

Syntax

typedef struct _CallSnapshot3 {
  DWORD dwReturnAddr;
  DWORD dwFramePtr;
  DWORD dwActvProc;
  DWORD dwVMProc;
  DWORD dwParams[4];
} CallSnapshot3;

Members

  • dwReturnAddr
    Return address of the stack frame.
  • dwFramePtr
    Stack frame pointer.
  • dwActvProc
    Current active process.
  • dwVMProc
    The process whose VM is active.
  • dwParams
    Four parameters.

Requirements

Header

pkfuncs.h

See Also

Reference

Kernel Structures
GetThreadCallStack
CallSnapshotEx
CallSnapshot