Retrieves the current code context associated with the stack frame.
Syntax
HRESULT GetCodeContext( IDebugCodeContext **ppcc );
Parameters
- ppcc
- [out] Address of a pointer to an IDebugCodeContext interface.
Return Value
Returns S_OK if successful, or an error code otherwise.