Edit

Share via


IDebugStackFrame2::GetCodeContext

Gets the code context for this stack frame.

Syntax

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