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 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 |