CRichEditCtx.SetResultmethod
Sets the last result code.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
Result | The HRESULT error code returned by the methods. |
Description
Sets the last result code.
Example
FUNCTION SetResult (BYVAL Result AS HRESULT) AS HRESULT m_Result = Result RETURN m_Result END FUNCTION
Reference
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class