ReactOS 0.4.16-dev-889-g9563c07
|
Public Member Functions | |
HRESULT | GetChain ([out] ICorDebugChain **ppChain) |
HRESULT | GetCode ([out] ICorDebugCode **ppCode) |
HRESULT | GetFunction ([out] ICorDebugFunction **ppFunction) |
HRESULT | GetFunctionToken ([out] mdMethodDef *pToken) |
HRESULT | GetStackRange ([out] CORDB_ADDRESS *pStart, [out] CORDB_ADDRESS *pEnd) |
HRESULT | GetCaller ([out] ICorDebugFrame **ppFrame) |
HRESULT | GetCallee ([out] ICorDebugFrame **ppFrame) |
HRESULT | CreateStepper ([out] ICorDebugStepper **ppStepper) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 724 of file cordebug.idl.
HRESULT ICorDebugFrame::CreateStepper | ( | [out] ICorDebugStepper ** | ppStepper | ) |
HRESULT ICorDebugFrame::GetCallee | ( | [out] ICorDebugFrame ** | ppFrame | ) |
HRESULT ICorDebugFrame::GetCaller | ( | [out] ICorDebugFrame ** | ppFrame | ) |
HRESULT ICorDebugFrame::GetChain | ( | [out] ICorDebugChain ** | ppChain | ) |
HRESULT ICorDebugFrame::GetCode | ( | [out] ICorDebugCode ** | ppCode | ) |
HRESULT ICorDebugFrame::GetFunction | ( | [out] ICorDebugFunction ** | ppFunction | ) |
HRESULT ICorDebugFrame::GetFunctionToken | ( | [out] mdMethodDef * | pToken | ) |
HRESULT ICorDebugFrame::GetStackRange | ( | [out] CORDB_ADDRESS * | pStart, |
[out] CORDB_ADDRESS * | pEnd | ||
) |