Returns a short or long textual description of the stack frame.
HRESULT GetDescriptionString( BOOL fLong, BSTR* pbstrDescription ); |
Parameters
- fLong
[in] Flag, where TRUE returns a long description and FALSE returns a short description.
- pbstrDescription
[out] The description of the stack frame.
Return Value
Remarks
See Also