Provides the stack frame that is in effect for runtime errors.
HRESULT GetStackFrame( IDebugStackFrame** ppdsf );
- ppdsf
[out] The stack frame for the error.
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 provides the stack frame that is in effect for run-time errors.