CallSnapshot3 (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
Kernel Structures
GetThreadCallStack
CallSnapshotEx
CallSnapshot