Click to return to the Component Development home page    
IDebugStackFrame::GetDesc...     IDebugStackFrame::GetThre...     IDebugStackFrame Interfac...    
Web Workshop  |  Component Development

IDebugStackFrame::GetLanguageString Method


Retrieves a text description of the language

Syntax

HRESULT GetLanguageString(
    BOOL fLong,
    BSTR *pbstrLanguage
);

Parameters

fLong
[in] Boolean value that indicates whether the description of the language is long or short.
pbstrLanguage
[out] Address of a string that contains the language description.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

For the fLong parameter, a value of FALSE indicates that only the name of the language is returned. A value of TRUE indicates that the description includes more information, such as a full product description.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.