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.
1/6/2010
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 |