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

IDebugExpression::GetResultAsDebugProperty Method


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

Syntax

HRESULT GetResultAsDebugProperty(
    HRESULT *phrResult,
    IDebugProperty **ppdp
);

Parameters

phrResult
[out] Address of an HRESULT value that contains the result of the expression evaluation.
ppdp
[out] Address of a pointer to an IDebugProperty interface.

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.