ICorDebugThread3::CreateStackWalk Method
Creates an ICorDebugStackWalk object for the thread whose stack you want to unwind.
HRESULT CreateStackWalk([out] ICorDebugStackWalk **ppStackWalk);
ppStackWalk
[out] A pointer to address of the ICorDebugStackWalk object for the thread whose stack you want to unwind.
This method returns the following specific HRESULTs as well as HRESULT errors that indicate method failure.
HRESULT | Description |
---|---|
S_OK | The ICorDebugStackWalk object was successfully created. |
E_FAIL | The ICorDebugStackWalk object was not created. |
If the CreateStackWalk
method succeeds, the returned ICorDebugStackWalk
object's context is set to the thread's current context.
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4
.NET feedback
.NET is an open source project. Select a link to provide feedback: