IDebugStackFrame2::GetCodeContext
Gets the code context for this stack frame.
HRESULT GetCodeContext (
IDebugCodeContext2** ppCodeCxt
);
int GetCodeContext (
out IDebugCodeContext2 ppCodeCxt
);
Parameters
- ppCodeCxt
[out] Returns an IDebugCodeContext2 object that represents the current instruction pointer in this stack frame.
Return Value
If successful, returns S_OK; otherwise, returns an error code.