IDebugStackFrame.GetLanguageString(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 GetLanguageString(int fLong, [Runtime::InteropServices::Out] System::String ^ % pbstrLanguage);
public int GetLanguageString(int fLong, out string pbstrLanguage);
abstract member GetLanguageString : int * string -> int
Public Function GetLanguageString (fLong As Integer, ByRef pbstrLanguage As String) As Integer
Parameters
- fLong
- Int32
- pbstrLanguage
- String