Returns the current code context associated with the stack frame.
HRESULT GetCodeContext( IDebugCodeContext** ppcc );
- ppcc
[out] The code context associated with the stack frame.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method returns the current code context associated with the stack frame.