Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
This structure is used to store extended information about stack frames.
typedef struct _CallSnapshotEx {DWORDdwReturnAddr;DWORDdwFramePtr;DWORDdwCurProc;DWORDdwParams[4];} CallSnapshotEx;
Members
- dwReturnAddr
Return address of the stack frame. - dwFramePtr
Stack frame pointer. - dwCurProc
Current process. - dwParams
Four parameters.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Pkfuncs.h.
See Also
GetThreadCallStack | CallSnapshot
Send Feedback on this topic to the authors