Returns the result of the expression evaluation as a string and the operation's return value.

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

Parameters

phrResult

[out] The operation's return value.

pbstrResult

[out] The result of the expression evaluation.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also