Share via


IDebugStackFrame2::GetCodeContext

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Gets the code context for this stack frame.

Syntax

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.

See Also

IDebugStackFrame2
IDebugCodeContext2