Click to return to the Component Development home page    
IDebugExpression::GetResu...     IDebugExpression::QueryIs...     IDebugExpression Interfac...    
Web Workshop  |  Component Development

IDebugExpression::GetResultAsString Method


Retrieves the result of an expression evaluation as a string and an HRESULT value.

Syntax

HRESULT GetResultAsString(
    HRESULT *phrResult,
    BSTR *pbstrResult
);

Parameters

phrResult
[out] Address of an HRESULT value that contains the result of an expression evaluation.
pbstrResult
[out] Address of a string that contains the result of an expression evaluation.

Return Value

Returns S_OK if successful, or an error code otherwise.



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.