Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
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