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.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also