Returns the result of the expression evaluation as a debug property and the operation's return value.
HRESULT GetResultAsDebugProperty( HRESULT* phrResult, IDebugProperty** ppdp );
- phrResult
[out] The operation's return value.
- ppdp
[out] The debug property for the expression.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
E_PENDING | The operation is still pending. |
This method returns the result of the expression evaluation as an IDebugProperty and the operation's HRESULT.
This method returns S_OK and phrResult returns E_ABORT if Abort aborts the operation.