IDebugStackFrame.GetDescriptionString(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetDescriptionString(int fLong, [Runtime::InteropServices::Out] System::String ^ % pbstrDescription);
public int GetDescriptionString(int fLong, out string pbstrDescription);
abstract member GetDescriptionString : int * string -> int
Public Function GetDescriptionString (fLong As Integer, ByRef pbstrDescription As String) As Integer
Parameters
- fLong
- Int32
- pbstrDescription
- String