IDebugOutputStringEvent2::GetString
Gets the displayable message.
HRESULT GetString(
BSTR* pbstrString
);
int GetString(
out string pbstrString
);
Parameters
- pbstrString
[out] Returns the displayable message.
Return Value
If successful, returns S_OK; otherwise, returns an error code.