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.